Email.CurrentEmailAuthor Property
Returns a EmailAuthor object that represents the author of the current e-mail message.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CurrentEmailAuthor As EmailAuthor
Get
'Usage
Dim instance As Email
Dim value As EmailAuthor
value = instance.CurrentEmailAuthor
EmailAuthor CurrentEmailAuthor { get; }
Property Value
Type: Microsoft.Office.Interop.Word.EmailAuthor