ReplyAll Method

ReplyAll Method

The ReplyAll method creates and returns another Message object that can be used to reply to the sender and all recipients.

Syntax

Function ReplyAll() as CDO.MessageHRESULT ReplyAll(IMessage** pVal);

Remarks

The ReplyAll method puts the sender of this message in the To property of the new message and retains all other recipients in the appropriate To, CC, and BCC properties, but removes any attachments. The To property is normally set from the From property of this message, but if the ReplyTo property is set, it is used instead.

If the configuration field https://schemas.microsoft.com/cdo/configuration/usemessageresponsetext is set to True (VARIANT_TRUE), the original message is formatted as shown in the following example:

-----Original Message-----
From:"Person" <example@example.com>
Sent:Tue, 23 Mar 1998 12:41:37 -0800
To:"Person A" <example@example.com>
Subject:Hello There

The message response text is localized into the language specified by the https://schemas.microsoft.com/cdo/configuration/languagecode configuration field.

See Also

Concepts

languagecode Field
usemessageresponsetext Field