User.EmailFormat Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the e-mail format.

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

Syntax

[DataMemberAttribute]
public EmailFormat EmailFormat { get; set; }
public:
[DataMemberAttribute]
property EmailFormat EmailFormat {
    EmailFormat get();
    void set(EmailFormat value);
}
[<DataMemberAttribute>]
member EmailFormat : EmailFormat with get, set
<DataMemberAttribute>
Public Property EmailFormat As EmailFormat

Property Value

Type: Microsoft.MasterDataServices.EmailFormat

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

See Also

User Class
Microsoft.MasterDataServices Namespace

Return to top