CdoPostUsing Enum

CdoPostUsing Enum

The CdoPostUsing enumeration is used when setting the https://schemas.microsoft.com/cdo/configuration/postusing field to specify how a message should be posted. Posting can occur through the network using the Network News Transfer Protocol (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 an NNTP service installed on the local computer.

Name Value Description

cdoPostUsingPickup

1

Post the message using the local NNTP service pickup directory.

cdoPostUsingPort

2

Post the message using NNTP over the network.

See Also

Concepts

postusing Field