Browse by Tags
All Tags »
design (RSS)
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
Read More...
As part of the upcoming release of Microsoft Office 2010, see what's new in Microsoft Outlook 2010. See What's New in Microsoft Outlook 2010
Read More...
I want to share couple of relevant information with respective Outlook 2010 CTP with respect to Calendars. Outlook has adopted the Ribbon in the Inbox and all throughout Outlook . The purpose of the Ribbon in Outlook is to help you become more efficient
Read More...
“We want to be able to have the users in our company log on to outlook without having to configure anything? Is there a way that I could automate a profile creation once the user opens up Outlook? Or is this something that will have to be
Read More...
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,
Read More...
I went through Ryan’s MSDN article , where we can learn how Microsoft Office Outlook 2007 Service Pack 2 has changed the way that the Outlook process shuts down. Customers developing Outlook solutions that run outside of the Outlook process should understand
Read More...
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
Read More...
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
Read More...
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
Read More...
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.
Read More...
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
Read More...
In order to consume the managed type from COM, do the follow the steps given below: Please refer Register assemblies with COM . Generally types in an assembly (and type libraries) must be registered at design time. If an installer does not register the
Read More...
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"
Read More...
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,
Read More...
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())
Read More...