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.
Gets the first name of the user associated with the e-mail account.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
[DataMemberAttribute]
public string FirstName { get; internal set; }
public:
[DataMemberAttribute]
property String^ FirstName {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property FirstName As String
Get
Friend Set
End Property
Property Value
Type: System.String
The first name of the user.
See Also
SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top