Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » DevMSGTeam   (RSS)

Visual Basic code with Simple MAPI Functions may Not Work or fail with an error

If the Microsoft Visual Basic code calls the MAPISendMail function, it may fail with an error message that resembles the following: Microsoft Outlook Either there is no default mail client or the current mail client cannot fulfill the messaging request.

.NET Framework 3.5 SP1 Allows managed code to be launched from a network share ?

Do you know, that using .NET Framework 3.5 SP1 hereafter we can launch our managed code from a network share. I read this wonderful blog posted by Vance Morrison , who is an Architect for .Net runtime team. Certainly i believe this will relive lot of

How to get messages contained in Message or IBodypart objects using CDO?

Please find the VBScript code-snippet to get or extract the messages that are contained in the other objects like Message or IBodyPart.   1: ' Please provide the value for sVal 2: Function getMsg(sVal As IBodyPart) As Message 3: Dim Msg 4: Set Msg

Public folder support for Exchange Server 2007 till 2016 ?

I went through the following Technet article which talks about one such a interesting question of my favortie "What is happening with public folders ?" Please find the excerpts "...Exchange 2007 de-emphasizes public folders. Public folders may not be

Outlook VSTO add-in won't run when you use Outlook view control from Web page?

Do you know that when you use the Microsoft Outlook View Control from a Web page, Microsoft Visual Studio Tools for the Microsoft Office System (VSTO) Outlook add-ins do not run. This issue may occur even by this option: The Outlook View Control is not

Programming technology options for you with Exchange Server 2003

  Please find the following MSDN article, which describes, the list of programming technologies, that can be helpful to apply in Exchange Collaborative applications. Some of the of technologies available: ADO, ADSI, CDO, EXOLEDB, LDAP, MAPI, Schema,

Known Issues : To be considered during creating Outlook related applications

Development : Outlook Object Model & Outlook 2007 There are couple of known issues that may occur when you use the Microsoft Office Outlook 2007 object model. Please find the below given article, which talks about this. Known issues that may occur

Rules series # 2 : One or more rules could not be uploaded to Exchange server and have been deactivated. This could be because some of the parameters are not supported or there is insufficient space to store all your rules.

Couple of customers reported that after upgrading to Microsoft Office Outlook 2007 or Microsoft Office Outlook 2003, they found that some of the rules are disabled and cannot be enabled. Remaining other rules work correctly. Also if you try to enable

Rules series # 1 : There is not enough space on the Microsoft Exchange Server to store all of your rules

When you use rules in Outlook, you may receive the following error message: There is not enough space on the Microsoft Exchange Server to store all of your rules. The rules that failed to upload have been deactivated. To work around this issue: • Create

KB : Application support for WEBDAV to access Exchange Server?

Do you know the support that is available for applications that use the Web Distributed Authoring and Versioning (WebDAV) protocol to access Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 ?   What is supported? Microsoft support

KB : Where to get the CDO libraries for all the versions?

As you know that the Collaboration Data Objects (all versions) Libraries are used to implement Messaging and Collaboration functionality into a custom application. Please find this article contains information on where these libraries can be found. http://support.microsoft.com/kb/17144

MAPI : Do you know why MAPI is not suitable for HTML messages?

Do you know why MAPI is not suitable for HTML messages? MAPI 1.0 was written before HTML mail was developed and does not reliably support the creation of HTML-formatted messages. As you know, MAPI 1.0 is the version supported by all versions of Microsoft

Powershell : How to sort the mailboxes based on their size on ascending order ?

When we make use of Exchange Server 2007 SP1 & Windows Powershell, if we have a requirement to sort the mailboxes based on their size on the ascending order, then try this command: Get-MailboxStatistics -Server Servername | Sort-Object -Property TotalItemSize

Exchange Web Service: Web Services Message cycle

Exchange Web Services Message cycle When a client application requests information from the Exchange store, an XML request message that complies with the SOAP standard is created and sent to the Exchange server. When the Microsoft Exchange server receives

Exchange Server Development Technologies - Series # 1 - Exchange Rules

Welcome to Exchange Server Development Technologies - Series # 1 In this series, we will discuss about the Exchange Rules. This topic provides information about using Exchange Rules to develop messaging applications. Exchange rules are typically used
More Posts Next page »
 
Page view tracker