Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VBS   (RSS)

HOWTO: VB/CDO 1.21 - Cancel a Recurring Meeting using a single Recurrance

' This code finds an meeting occurance and uses it to cancel the entire meeting series and ' have "Cancelled:" in front of the subject lines on the update messages sent to the recipient(s). ' To use: ' Create a recurring meeting inside the date/time range

Howto: Get Free/Busy Information with WebDAV/HTTP

CDO 1.21, CDOEX, etc can get Free/Busy information, however WebDAV cannot directly. You may use a GET against OWA to get this information. A GET against an OWA URL is really not a WebDAV call… it’s really just plain HTTP GET call – you just need to be

HOWTO: CDO 1.21/VBS - Get Free/Busy information

'----------------------------------------------------------- ' getfbCDO121.vbs - Get Free/Busy information using CDO1.21 and vbs ' Instructions: ' Save to a file called getfbCDO121.vbs ' Do the TODO: sections ' Run from the command line using: cscript

HOWTO: CDONTS/VBS Send an Email with an attachment

Here is a sample for sending mail using CDONTS... Please note that CDONTS is not supported on Windows 2003 and later: ' HOWTO: CDONTS/VBS Send and Eamil with an attatchment ' ' For more information on sending an email using CDONTS see: ' NewMail Object

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