EmailMeetingInfo.IsAllDay 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.
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
|