[This is preliminary documentation and is subject to change.]
Returns the email address of the user who has logged into OfficeClip.
The email address is the unique key across all users in OfficeClip.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public string EmailAddress { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property EmailAddress As String |
| Visual C++ |
|---|
public: property String^ EmailAddress { String^ get (); void set (String^ value); } |
