Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies the email format types.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "EmailFormat", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EmailFormat
'Применение
Dim instance As EmailFormat
[DataContractAttribute(Name = "EmailFormat", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EmailFormat
[DataContractAttribute(Name = L"EmailFormat", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class EmailFormat
[<DataContractAttribute(Name = "EmailFormat", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EmailFormat
public enum EmailFormat
Элементы
| Имя элемента | Описание | |
|---|---|---|
| HTML | The HTML email format which may include hyperlink references. | |
| NotSpecified | The email format is not specified. | |
| Text | The plain text email format. |
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts