Document.ReplyAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a new e-mail message for replying to the active message. The sender’s address and all other recipients' addresses are included on the To: and Cc: lines as appropriate.
public:
void ReplyAll();
public void ReplyAll ();
abstract member ReplyAll : unit -> unit
Public Sub ReplyAll ()