IdFormat - перечисление
Defines supported Id formats in ConvertId operations.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
Public Enumeration IdFormat
public enum class IdFormat
EwsLegacyId | 0 |
The EWS Id format used in Exchange 2007 RTM.
|
EwsId | 1 |
The EWS Id format used in Exchange 2007 SP1 and above.
|
EntryId | 2 |
The base64-encoded PR_ENTRYID property.
|
HexEntryId | 3 |
The hexadecimal representation of the PR_ENTRYID property.
|
StoreId | 4 |
The Store Id format.
|
OwaId | 5 |
The Outlook Web Access Id format.
|