PostReply Method
Topic Last Modified: 2006-06-13
The PostReply method creates and returns another message that can be used to post a reply to this message.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Function PostReply() As CDO.Message
HRESULT PostReply
(
IMessage** pVal
);
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The PostReply method retains all the newsgroups from this message in the Newsgroups property of the new message, but removes any attachments.
If the usemessageresponsetext Field is set to TRUE (VARIANT_TRUE), then the original message is formatted using the following:
-----Original Message-----
From:"Person" <person@example.com>
Sent:Tue, 23 Mar 1998 12:41:37 -0800
To:"Person A" <personA@example.com>
Subject:Hello There
The message response text is localized into the language specified by the languagecode Field.
See Also
Other Resources
languagecode Field
usemessageresponsetext Field
Configuration Property
postusing Field
postusername Field
postpassword Field