CoAuthor.EmailAddress 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.
Gets a string that specifies the e-mail address of the specified co-author.
public:
property System::String ^ EmailAddress { System::String ^ get(); };
public string EmailAddress { get; }
member this.EmailAddress : string
Public ReadOnly Property EmailAddress As String
Property Value
The e-mail address of the specified co-author.
Remarks
Read-only.