Partager via


Propriété User.EmailFormat

Gets or sets the e-mail format.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property EmailFormat As EmailFormat
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

User Classe

Espace de noms Microsoft.MasterDataServices