Platform SDK: Exchange 2000 Server

CdoPostUsing Enum

[This is preliminary documentation and subject to change.]

The CdoPostUsing enumeration is used when setting the http://schemas.microsoft.com/cdo/configuration/postusing field to specify how a message should be posted. Posting can occur through the network using the NNTP protocol, or by writing the message to the local NNTP service drop directory (if available). The postusing field listed above defaults to cdoPostUsingPickup if there is a NNTP service installed on the local machine.

Name Value Description
cdoPostUsingPickup 1 Post the message using the NNTP Service pickup directory.
cdoPostUsingPort 2 Post the message using the network. (NNTP protocol over the network)
cdoPostUsingExchange
(CDOEX only)
3 Post the message using Exchange.