CdoSendUsing Enum
CdoSendUsing Enum
The CdoSendUsing enumeration is used to set the https://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 cdoSendUsingPickup, you can specify the pickup directory using the https://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory Field.
If you specify the value cdoSendUsingPort, you need to set the values for the following fields:
https://schemas.microsoft.com/cdo/configuration/smtpserverport Field
https://schemas.microsoft.com/cdo/configuration/smtpserver Field
See Also
Concepts
https://schemas.microsoft.com/cdo/configuration/
sendusing Field
smtpserverport Field
smtpserver Field