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
Public Property DeletedOccurrences As DeletedOccurrenceInfoType()
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As DeletedOccurrenceInfoType()
value = instance.DeletedOccurrences
instance.DeletedOccurrences = value
public DeletedOccurrenceInfoType[] DeletedOccurrences { get; set; }
Property Value
Type: []
The DeletedOccurrences property returns an array of type DeletedOccurrenceInfoType that represents the deleted occurrences of a recurring meeting.
See Also