I am trying to setup a script to email using an exchange account. I want to use CDO (or equivalent) with vbscript. The goal is to track email communications through the sent folder of the exchange account. I am using exchange 2007.
相关问题
- How to programmatically convert Access 1997 .mdb t
- Enumerating shared mailbox names you are able to a
- VBScript / ADODB Syntax Issue with adArray?
- How to check default host for VBScript is WScript
- FindItems() and BindToItems() give inconsistent re
相关文章
- com.sun.mail.smtp.SMTPSenderFailedException: 550 5
- Can a VBScript function return a dictionary?
- Find all subfolders of the Inbox folder using EWS
- UTC Time Assignment in VBScript
- Copy and Rename File VBScript
- How do I open a file with VBScript?
- Import WinAPI Function in *.VBS File
- How to reference the mail which triggered the outl
Use Microsoft NTLM (http://msdn.microsoft.com/en-us/library/aa378749(v=vs.85).aspx) In CDO it's a CdoProtocolsAuthentication Enum (http://msdn.microsoft.com/en-us/library/ms526961(v=exchg.10).aspx)