MessageDisposition - перечисление

Defines how messages are disposed of in CreateItem and UpdateItem operations.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public enum MessageDisposition

Члены

SaveOnly0 Messages are saved but not sent.
SendAndSaveCopy1 Messages are sent and a copy is saved.
SendOnly2 Messages are sent but no copy is saved.

См. также