_MailItem.Reply Method

Definition

Creates a reply, pre-addressed to the original sender, from the original message.

public:
 Microsoft::Office::Interop::Outlook::MailItem ^ Reply();
public Microsoft.Office.Interop.Outlook.MailItem Reply ();
Public Function Reply () As MailItem

Returns

A MailItem object that represents the reply.

Applies to