Поделиться через


MeetingRequestMessageType.DeletedOccurrences Property

The DeletedOccurrences property gets or sets an array of type DeletedOccurrenceInfoType that represents the deleted occurrences of a recurring meeting.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlArrayItemAttribute("DeletedOccurrence", IsNullable:=False)> _
Public Property DeletedOccurrences As DeletedOccurrenceInfoType()
[XmlArrayItemAttribute("DeletedOccurrence", IsNullable=false)] 
public DeletedOccurrenceInfoType[] DeletedOccurrences { get; set; }
[XmlArrayItemAttribute(L"DeletedOccurrence", IsNullable=false)] 
public:
property array<DeletedOccurrenceInfoType^>^ DeletedOccurrences {
    array<DeletedOccurrenceInfoType^>^ get ();
    void set (array<DeletedOccurrenceInfoType^>^ value);
}
/** @property */
public DeletedOccurrenceInfoType[] get_DeletedOccurrences ()

/** @property */
public void set_DeletedOccurrences (DeletedOccurrenceInfoType[] value)
public function get DeletedOccurrences () : DeletedOccurrenceInfoType[]

public function set DeletedOccurrences (value : DeletedOccurrenceInfoType[])

Property Value

The DeletedOccurrences property returns an array of type DeletedOccurrenceInfoType that represents the deleted occurrences of a recurring meeting.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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)