ExceptionPropertyURIType Enumeration
The ExceptionPropertyURIType enumeration identifies offending property paths in an error. This will only occur within the MessageXml property of a ResponseMessage.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ExceptionPropertyURIType
'Usage
Dim instance As ExceptionPropertyURIType
[SerializableAttribute]
public enum ExceptionPropertyURIType
Members
| Member name | Description | |
|---|---|---|
| attachmentName | Indicates that the attachment Name (AttachmentType) property contains an error. | |
| attachmentContentType | Indicates that the attachment ContentType property contains an error. | |
| attachmentContent | Indicates that the attachment Content property contains an error. | |
| recurrenceMonth | Indicates that the recurrence Month property contains an error. | |
| recurrenceDayOfWeekIndex | Indicates that the recurrence DayOfWeekIndex property contains an error. | |
| recurrenceDaysOfWeek | Indicates that the recurrence DaysOfWeek property contains an error. | |
| recurrenceDayOfMonth | Indicates that the recurrence DayOfMonth property contains an error. | |
| recurrenceInterval | Indicates that the recurrence Interval property contains an error. | |
| recurrenceNumberOfOccurrences | Indicates that the recurrence NumberOfOccurrences property contains an error. | |
| timezoneOffset | Indicates that the time zone Offset property contains an error. |