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 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