Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The ActiveConnection object reference to use when sending messages through Microsoft® Exchange 2000 Server.
http://schemas.microsoft.com/cdo/configuration/activeconnection
DBTYPE_WSTR
This ActiveConnection object reference is only used when sending messages using the Web Store OLE DB provider. To send messages using the Web Store OLE DB provider, set the http://schemas.microsoft.com/cdo/configuration/sendusing configuration field (CdoSendUsingMethod) to the value cdoSendUsingExchange (3).
No transaction is assumed for this connection when sending a message. To send messages within a transaction, first call _Connection.BeginTrans on this Connection object, send the message using the IMessage.Send method, then either commit or abort the transaction using the _Connection.CommitTrans or _Connection.RollbackTrans methods respectively.