|
|
Browse by Tags
All Tags » devmsgteam » design (RSS)
Showing page 1 of 2 (18 total posts)
-
Microsoft introduces “Click-To-Run” technology for downloading trial and purchasing. For people who want to try or buy Office 2010 on existing PCs, Microsoft is unveiling Click-to-Run, a new and enhanced download experience for consumers. Benefits : Click-to-Run makes it easier than ever for customers to try or buy Office digitally by significantly reducing the time and effort required to download Office 2010 over the Internet. Click-to-Run automatically downloads and installs any software patches
Posted to Le Café Central de DeVa (Weblog) by deva on October 22, 2009
Filed under: features, Video, design, what-is-what, preview, DevMSGTeam, downloads, Download, Virtualization, Office, What is New ?, Office 2010, Experience, side-by-side, Click-to-Run, Office 2010 Series
-
One of my customer had created an Outlook Add-in using VSTO & Outlook Object Model (OOM). As per the business logic, he need to implement the WebViewURL in it. The MAPIFolder.WebViewURL works fine and take’s us to set value to it most of the times, but it doesn’t function as expected in some time; the strange thing is it’s not throwing any error or exception when we execute the code. //[Code Snippet : C# , VSTO, Outlook Object Model (OOM)] ... //Provide the non-default store path String pstPath
Posted to Le Café Central de DeVa (Weblog) by deva on February 26, 2009
Filed under: VSTO, Store, Code Snippets, Outlook 2007, MAPI, E-Book, design, Outlook Add-in, KB, Outlook Programming, Outlook Object Model (OOM), Outlook UI, pane, pst, DevMSGTeam, Outlook UI Issues, development, Folder, Interop, Outlook View, View, WebViewURL, URL
-
In this article, we are going to see how we can get Explorer & Inspector selected mail item using Outlook Object Model (OOM) & .Net and process it. '[Code Snippet : VB.Net, .Net Framework 2.0/3.5, Outlook Object Model (OOM)] ... 'Declaration part Dim ThisOutlookSession As Outlook.Application = New Outlook.Application Dim NS As Outlook. NameSpace = ThisOutlookSession.Session Dim objsel As Object 'Check it's Inspector or Explorer Window If TypeName(ThisOutlookSession.ActiveWindow) = "Inspector"
Posted to Le Café Central de DeVa (Weblog) by deva on February 18, 2009
Filed under: Code Snippets, Outlook 2007, Outlook 2003, design, Outlook Programming, Outlook Object Model (OOM), messages, DevMSGTeam, Programming, .Net, development, Outlook, ActiveExplorer
-
As you know Collaboration Data Objects for Exchange Management or CDOEXM is used to create applications that manage Exchange servers, databases, public folders, and user mailboxes. It provides the fundamental Component Object Model (COM) classes and interfaces that are used to manage the Exchange store. From Exchange 2007 onwards… From Exchange Server 2007 onwards you can’t use the CDOEXM functionalities, because Exchange Server 2007 doesn’t include CDOEXM i.e., CDOEXM does not ship in and is not
Posted to Le Café Central de DeVa (Weblog) by deva on January 21, 2009
Filed under: Exchange Server 2007, de-emphasized features, Exchange Management Shell (EMS), API Changes, Migration, CDOEXM, design, DevMSGTeam, development, Exchange Server
-
You need to configure the user permissions to relay e-mail messages through the SMTP service. Do the following steps: Click Start , click Run , type inetmgr or open Internet Information Manager from Control Panel > Administrative Tools, and then click OK . Expand ComputerName , and then right-click a valid SMTP virtual server. Note The placeholder ComputerName represents the name of the local computer. Click Properties . On the Security tab, add the user account as an Operator, which you want
Posted to Le Café Central de DeVa (Weblog) by deva on December 30, 2008
Filed under: CDO, CDOSYS, Configure, design, DevMSGTeam, Security, development, debug, SMTP, permissions, IIS, Authentication, relay
-
Assume that the computer on which this example will run has neither a SMTP service nor Microsoft Outlook® Express installed. In this case, you need to send the message through some SMTP service on the network and must configure the Message object completely. Further assume that the SMTP service through which you intend to send messages requires that you authenticate yourself using basic (clear-text) authentication. An instance of the Configuration Component Object Model (COM) class is created and
Posted to Le Café Central de DeVa (Weblog) by deva on December 30, 2008
Filed under: CDO, Tutorials, CDOSYS, Configure, Ports, design, Troubleshooting, DevMSGTeam, development, debug, SMTP, Schema, definitions, Authentication, System.Net
-
Per the article , the following recommendations will help you use the classes contained in System.Net to their best advantage: Use WebRequest and WebResponse whenever possible instead of type casting to descendant classes. Applications that use WebRequest and WebResponse can take advantage of new Internet protocols without needing extensive code changes. When writing ASP.NET applications that run on a server using the System.Net classes, it is often better, from a performance standpoint, to use the
Posted to Le Café Central de DeVa (Weblog) by deva on December 30, 2008
Filed under: Best Practices, design, Performance, DevMSGTeam, development, ASP.net, Protocol, webresponse, TCP, GetResponseStrean, Socket, CredentialCache, System.Net, UDP, Getresponse, asynchronous, webrequest
-
Please find the Code Snippet Access Exchange Server 2003 using WebDAV in your Web application per KB : 1: 'Declaration Section 2: Dim strServerName as String = "Server Name" 'TODO: Change to your environment 3: Dim strDomain as String = "Domain Name" 'TODO: Change to your environment 4: Dim strUserID as String = "Username" 'TODO: Change to your environment 5: Dim strPassword as String = "Password" 'TODO: Change to your environment 6: 7: ' Create our destination URL. 8: Dim strURL As String = "https:/"
Posted to Le Café Central de DeVa (Weblog) by deva on December 2, 2008
Filed under: Exchange Server 2003, Code Snippets, WebDAV, design, XMLHTTP, DevMSGTeam, Programming, development, HTTPS, SSL, HTTP, XML Parser, Forms Based Authentication
-
This issue happens if the form is not located in a trusted location, such as the Organizational Forms Library on an Exchange Server-based computer. Outlook displays the macro warning message to protect you from potentially malicious programming code, commonly called macro viruses. You cannot directly prevent the warning message from appearing; you must publish the form to a trusted location. In detail , outlook always prompts you before opening an item that contains VBScript code if the item is from
Posted to Le Café Central de DeVa (Weblog) by deva on December 2, 2008
Filed under: Do you know, Outlook 2007, Outlook 2003, design, Outlook Programming, Custom form, Troubleshooting, DevMSGTeam, Outlook Forms
-
Can we create it programmatically? To create it programmatically using MAPI, we need to make use of CreateFolder() , the MAPI function. It is necessary to have very special privileges (obtained by opening the store with an EntryID created using IExchangeManageStore::CreateStoreEntryID()) to get it to work. Please refer the following KB to create Org. forms library programmatically. How to create Org. Forms Library in Exchange Server 2003 ? To create a new Organizational Form in Exchange Server 2003
Posted to Le Café Central de DeVa (Weblog) by deva on October 22, 2008
Filed under: Locale, Exchange Server 2007, Exchange Server 2003, cmdlet, Tutorials, Exchange Management Shell (EMS), Outlook 2007, MAPI, Outlook 2003, Configure, design, How to, Outlook Programming, C++, Troubleshooting, Customization, DevMSGTeam, Programming, Public Folder, Security, development, MAPI Property, permissions, EFORMS, Outlook Forms, Organizational Forms Library
1
|
|
|