다음을 통해 공유


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.