EmailFormat 枚举

Contains values that specify the e-mail delivery format that is associated with a user.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataContractAttribute(Name := "EmailFormat", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration EmailFormat
用法
Dim instance As EmailFormat
[DataContractAttribute(Name = "EmailFormat", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum EmailFormat
[DataContractAttribute(Name = L"EmailFormat", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum class EmailFormat
[<DataContractAttribute(Name = "EmailFormat", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")>]
type EmailFormat
public enum EmailFormat

成员

成员名称 说明
NotSpecified The e-mail format is unspecified.
HTML HTML e-mail format that might include hyperlink references.
Text Plain text e-mail format.