MailMessage.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— with the sender’s and all other recipients' addresses on the To: and Cc: lines, as appropriate— for replying to the active message.
public:
void ReplyAll();
public void ReplyAll ();
abstract member ReplyAll : unit -> unit
Public Sub ReplyAll ()