ExchangeUser.MobileTelephoneNumber Property

Outlook Developer Reference

Returns a String representing the mobile telephone number for the ExchangeUser. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.MobileTelephoneNumber

expression   A variable that represents an ExchangeUser object.

Remarks

This property corresponds to MAPI property, PR_CELLULAR_TELEPHONE_NUMBER.

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

See Also