Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

msdn.com » Tags » Exchange 2003

Related tags: ado, adsi, c, cdo 1 21, cdoex, devmsgteam, howto, vb script, webdav, wmi

  1. HOWTO: Dump out Contacts using CDOEX and ADO

    Akash Blogging...... - Nov 14, 2008

    The following sample is a simple VBScript code sample that that uses CDOEX and ADO to iterate through multiple mailboxes and dumps out the contact data to a text file. This code must be run on the Exchange server. To

    Also tagged: howto, ado, cdoex, vb script, devmsgteam

  2. HOW TO:Set folder level permissions using CDO 1.21 and ACL.dll

    Akash Blogging...... - Nov 7, 2008

    This is not something everyone would want to do, but just in case below is the sample code that uses ACL.dll (found in the Platform SDK) to set "Reviewer" permissions on all the folders for a specific user. The

    Also tagged: howto, cdo 1 21, vb script, devmsgteam

  3. HOW TO:Iterating through Exchange Mailboxes using CDO 1.21

    Akash Blogging...... - Oct 27, 2008

    I have seen many developers wanting to loop through multiple mailboxes either to get the mailbox size or get the number of emails in different folders. Here is a sample that loops through multiple mailboxes

    Also tagged: howto, cdo 1 21, vb script, devmsgteam

  4. Issue with updating a PT_BINARY property using WebDAV

    Akash Blogging...... - Oct 9, 2008

    I ran into a strange issue yesterday when I was trying to update a Named property of type PT_BINARY using WebDAV. When I did the PROPPATCH it went through fine and did not fail. When I checked the Named property using

    Also tagged: webdav, devmsgteam

  5. Saving an email as "Draft" in the Drafts folder

    Akash Blogging...... - Oct 6, 2008

    Have you ever tried to save a email into the Drafts folder using WebDAV? I followed the KB 313128 and altered the code to just save the email to the drafts folder. When I tried to open the email from the Drafts folder

    Also tagged: c, webdav, devmsgteam

  6. Getting Mailbox Information from Exchange 2003 Cluster

    Michał Morciniec - Apr 16, 2008

    I was recently tinkering with Visual Basic Script that would obtain the user mailbox information from the Exchange 2003 cluster. In particular I was interested in getting mailbox information stored in Active Directory

    Also tagged: wmi, adsi, visual basic script