Email.CurrentEmailAuthor Property
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.
Returns a EmailAuthor object that represents the author of the current e-mail message.
public:
property Microsoft::Office::Interop::Word::EmailAuthor ^ CurrentEmailAuthor { Microsoft::Office::Interop::Word::EmailAuthor ^ get(); };
public Microsoft.Office.Interop.Word.EmailAuthor CurrentEmailAuthor { get; }
member this.CurrentEmailAuthor : Microsoft.Office.Interop.Word.EmailAuthor
Public ReadOnly Property CurrentEmailAuthor As EmailAuthor