_SharingItem.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.
Creates a reply to all original recipients from the original SharingItem.
public:
Microsoft::Office::Interop::Outlook::MailItem ^ ReplyAll();
public Microsoft.Office.Interop.Outlook.MailItem ReplyAll ();
Public Function ReplyAll () As MailItem
Returns
A MailItem object that represents the reply.