Platform SDK: CDO for Windows 2000

CdoSendUsing Enum

The CdoSendUsing enumeration is used to set the http://schemas.microsoft.com/cdo/configuration/sendusing field when configuring the Message object. This field listed above defaults to the value cdoSendUsingPickup if there is a local Simple Mail Transfer Protocol (SMTP) service available on the computer.

Name Value Description
cdoSendUsingPickup 1 Send message using the local SMTP service pickup directory.
cdoSendUsingPort 2 Send the message using the network (SMTP over the network).

Remarks

If you specify the value cdoSendUsingPort, you need to set the values for the following fields:

http://schemas.microsoft.com/cdo/configuration/smtpserverport Field

http://schemas.microsoft.com/cdo/configuration/smtpserver Field

See Also

http://schemas.microsoft.com/cdo/configuration/ Namespace

http://schemas.microsoft.com/cdo/configuration/sendusing

http://schemas.microsoft.com/cdo/configuration/smtpserverport

http://schemas.microsoft.com/cdo/configuration/smtpserver