CoAuthor.EmailAddress Property
Gets a string that specifies the e-mail address of the specified co-author.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property EmailAddress As String
Get
'Usage
Dim instance As CoAuthor
Dim value As String
value = instance.EmailAddress
string EmailAddress { get; }
Property Value
Type: System.String
The e-mail address of the specified co-author.
Remarks
Read-only.