User.EmailFormat Property

Gets or sets the e-mail format.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property EmailFormat As EmailFormat
    Get
    Set
'Usage
Dim instance As User
Dim value As EmailFormat

value = instance.EmailFormat

instance.EmailFormat = value
[DataMemberAttribute]
public EmailFormat EmailFormat { get; set; }
[DataMemberAttribute]
public:
property EmailFormat EmailFormat {
    EmailFormat get ();
    void set (EmailFormat value);
}
[<DataMemberAttribute>]
member EmailFormat : EmailFormat with get, set
function get EmailFormat () : EmailFormat
function set EmailFormat (value : EmailFormat)

Property Value

Type: Microsoft.MasterDataServices.EmailFormat
One of the values of EmailFormat. Possible values are HTML, Text, and NotSpecified.