MeetingRequestMessageType.DeletedOccurrences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.