sendusing Field
Topic Last Modified: 2006-06-13
The mechanism to use to send messages.
Full Name
https://schemas.microsoft.com/cdo/configuration/sendusing
Named Constant
cdoSendUsingMethod
OLE DB Type
DBTYPE_I4
Remarks
Use the CdoSendUsing Enum to set this value. If the SMTP service is installed on the local computer, then the value defaults to cdoSendUsingPickup (1). Otherwise, if Microsoft® Outlook® Express is installed, the value defaults to cdoSendUsingPort (2) and the settings from the default account are used.
Examples
cdoSendUsingPickup (1)
cdoSendUsingPort (2)
cdoSendUsingExchange (3)