This document is archived and information here might be outdated.  Recommended version.


IUser.GetEmail Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IUser.GetEmail Method

Returns the user's email.

[Visual Basic .NET]
Public Function GetEmail ( _
) As String
[C#]
public string GetEmail (
);
[C++]
HRESULT GetEmail(
  BSTR* email
);
[C++]

Parameters email [out, retval] email is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUser Interface