Welcome to MSDN Blogs Sign in | Join | Help

Jive into Messaging world

Everyday is a Challenge, I am loving it...

News

Browse by Tags

All Tags » VBScript   (RSS)
HOWTO: Query information related to ProgID & CLSID, verify where the image is loaded from Disk.
Ever copied a DLL from one system to another and registered it using RegSvr32.exe? or in other words ever created a DLL hell situation? Its easy and dirty at the same time to copy-paste DLL between systems and register them using regsvr32.exe Often you Read More...
HOWTO: CDOEXM: Add Associated External Account permission to existing mailbox
If you ever tried to modify the msExchMailboxSecurityDescriptor attribute directory then you must be aware that this attribute exists on the user object in the Active Directory and stores a partial copy of the user's mailbox security descriptor. This Read More...
HOWTO: WebDav: Exchange 2003: Poll for unread emails & notify admin if a predefined level is reached
I think you may find it useful as well. I wrote this script to monitor a particular mailbox for unread emails count in a particular folder and notify people about it. It could be useful to monitor a service mailbox and make sure it does not have any email Read More...
HOWTO: EWS: Send UTF-16 request to Exchange Web Service from VBScript
I had explained earlier how you can consume Exchange Web Services like WebDAV from VBScript in the below sample http://blogs.msdn.com/vikas/archive/2007/11/22/howto-ews-call-exchange-web-service-from-vbscript.aspx Today I had a requirement to send Unicode Read More...
HOWTO: Delete a Outlook Search Folder programatically
Search folders are very useful but there is no way available using Outlook Object Model to delete them, you need CDO to delete them. Below code can help you remove the SearchFolders from Outlook Function RemoveSearchFolder( ByVal strProfile, ByVal strFolderName Read More...
Page view tracker