Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the first name of the email account user.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public string FirstName { get; set; }
public:
property String^ FirstName {
String^ get();
void set(String^ value);
}
Public Property FirstName As String
Property Value
Type: System.String
A String containing the first name of the user.
See Also
EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top