Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » messages   (RSS)

How can I Increase WebDAV Performance?

1) When working with lots of data, first search to get the HREFS of the items, then use the HREFS to work with the individual items. The batch processing verbs (BPROPFIND, BPROPPATCH, etc) work well with these. -this will usually give much better performance.

EWS - Csharp - List unread inbox messages using a restriction

// C# sample using Exchange Web Service Proxy classes to list unread messages in an inbox using a restriction. private void FindInFolder() { // TODO: Put this code into a winform and call from a button: // TODO: create 3 text boxes called txtRequest,

How to read the Inbox messages and delete attachments over a given size using VB and CDO 1.21

Below is a sample: Here is an example: ' This example deletes all jpg file attachments over a certain size in an inbox. Const CONST_MAX_JPG_ATTACHMENT = 3000 ' TODO: Change this - max jpg file size Dim sErrorMessage As String Dim objSession As MAPI.Session
 
Page view tracker