Share via


EmailMeetingInfo.RecurrenceStartTime Property

Definition

Gets or sets the first instance of the recurrence pattern.

public:
 property IReference<DateTime> ^ RecurrenceStartTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> RecurrenceStartTime();

void RecurrenceStartTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> RecurrenceStartTime { get; set; }
var iReference = emailMeetingInfo.recurrenceStartTime;
emailMeetingInfo.recurrenceStartTime = iReference;
Public Property RecurrenceStartTime As Nullable(Of DateTimeOffset)

Property Value

The first instance of the recurrence pattern.

Windows requirements

App capabilities
email emailSystem

Applies to