MeetingRequestMessageType.DeletedOccurrences Property

Definition

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

public:
 property cli::array <ExchangeWebServices::DeletedOccurrenceInfoType ^> ^ DeletedOccurrences { cli::array <ExchangeWebServices::DeletedOccurrenceInfoType ^> ^ get(); void set(cli::array <ExchangeWebServices::DeletedOccurrenceInfoType ^> ^ value); };
public ExchangeWebServices.DeletedOccurrenceInfoType[] DeletedOccurrences { get; set; }
Public Property DeletedOccurrences As DeletedOccurrenceInfoType()

Property Value

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

Applies to