_ExchangeUser.MobileTelephoneNumber Property

Definition

Returns a String (string in C#) representing the mobile telephone number for the ExchangeUser. Read/write.

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

Property Value

Remarks

This property corresponds to MAPI property, PidTagMobileTelephoneNumber.

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

Applies to