Platform SDK: CDO for Windows 2000 |
Configuration information is stored as a set of properties in a Microsoft® Active X® Data Object (ADO) Fields collection in the Configuration object. Configuration fields are made up of all fields within the http://schemas.microsoft.com/cdo/configuration/ namespace and the urn:schemas:calendar:timezoneid field. Some common configuration properties are listed in the following table. All fields are within the http://schemas.microsoft.com/cdo/configuration/ namespace unless noted otherwise.
Configuration Properties
Name | Description |
---|---|
sendusing | Specifies whether to send the message using the local SMTP service drop directory, over the network using SMTP. |
postusing | Specifies whether to post the message using the local NNTP service drop directory, over the network using NNTP. |
smtpserver
nntpserver |
Indicates the Domain Name System (DNS) name of the SMTP or NNTP service host if messages are to be sent using SMTP or NNTP. |
smtpserverport
nntpserverport |
Indicates the Transmission Control Protocol/Internet Protocol (TCP/IP) port of the SMTP or NNTP service if messages are to be sent using SMTP or NNTP. This field is always used in conjunction with the smtpserver/nntpserver field. |
smtpauthenticate
nntpauthenticate |
Identifies the authentication mechanism (if any) when sending or posting messages using SMTP or NNTP. |
urlproxyserver | If set, indicates the proxy server (and port) through which to access network resources. |
timezoneid | (urn:schemas:calendar: namespace) Defines the time zone used to format DATE values for the Message object. |
languagecode | Determines what locale identifier is used when localizing message response text. This text can automatically be included in Message objects that the IMessage.Reply, IMessage.ReplyAll, IMessage.Forward, and IMessage.PostReply methods generate. This operation is controlled using the usemessageresponsetext field in the Configuration object. |
usemessageresponsetext | Controls whether message response text is added automatically within messages created using the IMessage.Reply, IMessage.ReplyAll, IMessage.Forward, and IMessage.PostReply methods. The response text is localized using the locale identified by the languagecode configuration field. |