ArcObjects Library Reference (Server)  

IUser.SetEmail Method

Sets the user's email.

[Visual Basic .NET]
Public Sub SetEmail ( _
    ByVal email As String _
)
[C#]
public void SetEmail (
    string email
);
[C++]
HRESULT SetEmail(
  BSTR email
);
[C++]

Parameters

email [in]   email is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface