ExchangeDelegateOptions Enumeration |
Enumerates delegation options
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax[FlagsAttribute]
public enum ExchangeDelegateOptions
<FlagsAttribute>
Public Enumeration ExchangeDelegateOptions
[FlagsAttribute]
public enum class ExchangeDelegateOptions
[<FlagsAttribute>]
type ExchangeDelegateOptions
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Indicates that no additional options are specified
|
| ReceiveCopiesOfMeetingMessages | 1 |
Indicates that the delegate receives copies of meeting-related messages that are addressed to the principal.
|
| ViewPrivateItems | 2 |
Indicates that the delegate can view private calendar items on the principal�s calendar.
|
See Also