User.EmailFormat Property

Definition

Gets or sets the e-mail format.

public:
 property Microsoft::MasterDataServices::EmailFormat EmailFormat { Microsoft::MasterDataServices::EmailFormat get(); void set(Microsoft::MasterDataServices::EmailFormat value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.EmailFormat EmailFormat { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EmailFormat : Microsoft.MasterDataServices.EmailFormat with get, set
Public Property EmailFormat As EmailFormat

Property Value

One of the values of EmailFormat. Possible values are HTML, Text, and NotSpecified.

Attributes

Applies to