Share via


EmailMeetingInfo.IsAllDay Property

Definition

Gets or sets a Boolean value indicating whether the meeting is an all day event.

public:
 property bool IsAllDay { bool get(); void set(bool value); };
bool IsAllDay();

void IsAllDay(bool value);
public bool IsAllDay { get; set; }
var boolean = emailMeetingInfo.isAllDay;
emailMeetingInfo.isAllDay = boolean;
Public Property IsAllDay As Boolean

Property Value

Boolean

bool

A Boolean value indicating whether the meeting is an all day event.

Windows requirements

App capabilities
email emailSystem

Applies to