ItemsChoiceType3 Enumeration
The ItemsChoiceType3 enumeration defines the set of response types for an Exchange Web Services request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ItemsChoiceType3
'Usage
Dim instance As ItemsChoiceType3
[SerializableAttribute]
public enum ItemsChoiceType3
Members
| Member name | Description | |
|---|---|---|
| AllInternal | This member was introduced in Exchange Server 2010 Service Pack 1 (SP1). | |
| And | This member was introduced in Exchange 2010 SP1. | |
| RecipientIs | This member was introduced in Exchange 2010 SP1. | |
| SenderDepartments | This member was introduced in Exchange 2010 SP1. | |
| True | This member was introduced in Exchange 2010 SP1. |
Remarks
This enumeration is used to identify the response messages that are returned in an ArrayOfResponseMessagesType.
See Also