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> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration ExceptionPropertyURIType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum ExceptionPropertyURIType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
public enum class ExceptionPropertyURIType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public enum ExceptionPropertyURIType
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
public enum ExceptionPropertyURIType

Members

Member name Description
attachmentContent Indicates that the attachment Content property contains an error.
attachmentContentType Indicates that the attachment ContentType property contains an error.
attachmentName Indicates that the attachment Name (AttachmentType) property contains an error.
recurrenceDayOfMonth Indicates that the recurrence DayOfMonth property contains an error.
recurrenceDayOfWeekIndex Indicates that the recurrence DayOfWeekIndex property contains an error.
recurrenceDaysOfWeek Indicates that the recurrence DaysOfWeek (DayOfWeekType) property contains an error.
recurrenceInterval Indicates that the recurrence Interval property contains an error.
recurrenceMonth Indicates that the recurrence Month 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.

Remarks

This enumeration is used by the FieldURI property of the PathToExceptionFieldType class.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also