CdoSendUsing Enum
Topic Last Modified: 2004-06-08
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). |
If you specify the value cdoSendUsingPickup, you can specify the pickup directory using the http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory Field.
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