How to set SMTP header properties by using CDONTS (233293)
The information in this article applies to:
- Collaboration Data Objects (CDO) for NTS 1.2
This article was previously published under Q233293 SUMMARY
You can use Collaboration Data Objects for NTS (CDONTS) to set more header information for messages that are created by using CDONTS. The Value property of the NewMail object lets you add more header information to the NewMail object in CDONTS. To add the new header to the CDONTS message, you must assign the string to which the header is being set to the correct header name. To do this, use the following syntax:
CDONTSNewMailObject.Value("Header String") = "Value that the header is being set to" REFERENCES
For more information, visit the following Microsoft Developer Network (MSDN) Web site: RFC 822
Modification Type: | Major | Last Reviewed: | 6/21/2005 |
---|
Keywords: | kbFAQ kbhowto kbMsg KB233293 kbAudDeveloper |
---|
|