MessageDisposition - перечисление
Defines how messages are disposed of in CreateItem and UpdateItem operations.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public enum MessageDisposition
Public Enumeration MessageDisposition
public enum class MessageDisposition
| SaveOnly | 0 |
Messages are saved but not sent.
|
| SendAndSaveCopy | 1 |
Messages are sent and a copy is saved.
|
| SendOnly | 2 |
Messages are sent but no copy is saved.
|