MeetingRequestMessageType.Recurrence 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 Recurrence property gets or sets an instance of the RecurrenceType class that specifies the recurrence pattern for the meeting that is associated with this instance of the MeetingRequestMessageType class.
public:
property ExchangeWebServices::RecurrenceType ^ Recurrence { ExchangeWebServices::RecurrenceType ^ get(); void set(ExchangeWebServices::RecurrenceType ^ value); };
public ExchangeWebServices.RecurrenceType Recurrence { get; set; }
Public Property Recurrence As RecurrenceType
Property Value
The Recurrence property returns an instance of the RecurrenceType class that specifies the recurrence pattern for the meeting that is associated with this instance of the MeetingRequestMessageType class.