EmailFormat-Enumeration
Contains values specifying the preferred email delivery format associated with a user.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Enumeration EmailFormat
'Usage
Dim instance As EmailFormat
public enum EmailFormat
public enum class EmailFormat
type EmailFormat
public enum EmailFormat
Elemente
Elementname | Beschreibung | |
---|---|---|
NotSpecified | The email format is unspecified. | |
HTML | HTML email format which may include hyperlink references. | |
Text | Plain text email format. |