Platform SDK: Exchange 2000 Server

saveinsent Field

[This is preliminary documentation and subject to change.]

Specifies whether the item should be saved in the Sent Items folder after it is transmitted using the Exchange mail transmission URI, through either the Web Store OLE DB provider or the HTTP/WebDAV protocol.

Full Name

urn:schemas:httpmail:saveinsent

Name Constant

None

OLE DB Type

DBTYPE_BOOL

Variant Sub Type

[Visual Basic] Boolean

[C++] VARIANT_BOOL

Remarks

Use this property to indicate that a message is to be saved after being sent using the HTTP/WebDAV protocol and the Microsoft® Exchange 2000 Server mail submission URI. By default, the message will be stored in the user's Sent Items folder. To specify an alternate folder, use the urn:schemas:httpmail:savedestination property.

Both the urn:schemas:httpmail:saveinsent and urn:schemas:httpmail:savedestination properties have equivalent HTTP/WebDAV headers: SAVEINSENT: and SAVEDESTINATION: respectively. If present, these headers override the values of these properties.

Example

True

See Also

urn:schemas:httpmail:savedestination, urn:schemas:httpmail:sendmsg