Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » read   (RSS)

HOWTO: VB - Reading Delegates WebDAV Sample

Private Sub Command1_Click() '===================================================== 'DoXML takes the href to a document 'and returns the MAPI PR_ENTRYID property expressed in 'a hexadecimal string format such as is used by CDO 1.21 'Function DoXML(strHref)

Howto: WebDAV PUT using VBScript

' This example shows how to do a PUT of a message to a folder. What is being written with a PUT would ' be the MIME of a message and such MIME can also contain the MIME of the message. PUT works against ' messaging items directly such as mail messages.

Howto: WebDAV GET using VBScript

'The example below demonstrates how to do a WebDAV GET. ' GET works against items and attachments. When used against an item, it give you ' the mime stream of both the message and attachment. You cannot get the mime of only the message ' if there are

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

How to read free/busy information using CDOEX and VBS?

Below is a .VBS sample... please note that this needs to run from the Exchange server. '--------------------------------------------------------------------------------------------------------- ' getfb.vbs - Get Free/Busy information using CDOEX and VBS
 
Page view tracker