_ExchangeUser.FirstName Property

Definition

Returns a String (string in C#) representing the first name of the ExchangeUser. Read/write.

public:
 property System::String ^ FirstName { System::String ^ get(); void set(System::String ^ value); };
public string FirstName { get; set; }
Public Property FirstName As String

Property Value

Remarks

This property corresponds to the MAPI property, PidTagGivenName.

Returns an empty string if this property has not been implemented or does not exist for the ExchangeUser object.

Applies to