EmailAccountInfo.LastName Property
Retrieves or sets the last name of the email account user.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public string LastName { get; set; }
public:
property String^ LastName {
String^ get();
void set(String^ value);
}
Public Property LastName As String
Property Value
Type: System.String
Returns String.
See Also
EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top