Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 := "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
Элементы
| Имя элемента | Описание | |
|---|---|---|
| NotSpecified | The e-mail format is unspecified. | |
| HTML | HTML e-mail format that might include hyperlink references. | |
| Text | Plain text e-mail format. |