_SharingItem.Reply 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.
Creates a reply, pre-addressed to the original sender, from the original SharingItem.
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.