Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The CdoSendUsing enumeration is used to set the http://schemas.microsoft.com/cdo/configuration/sendusing field when configuring the Message object. The sendusing field listed above defaults to cdoSendUsingPickup if there is a local SMTP service available on the machine.
Name | Value | Description |
---|---|---|
cdoSendUsingPickup | 1 | Send message using the local SMTP service pickup directory. |
cdoSendUsingPort | 2 | Send the message using the network. (SMTP protocol over the network) |
cdoSendUsingExchange | 3 | Send the message using the Exchange WebDAV transmission URI. |
If you specify the value cdoSendUsingPort, you will either need the default values provided by the default Outlook Express configuration on the local machine, or you will need to set the fields manually. These fields include:
See http://schemas.microsoft.com/cdo/configuration namespace fields for more information.
Note The cdoSendUsingExchange option is used with the CDO for Exchange component. It is not available in the CDO for Microsoft® Windows® 2000 component.