Share via


EmailMeetingInfo.IsResponseRequested Property

Definition

Gets or sets a Boolean value indicating whether a response to the meeting request is required.

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

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

Property Value

Boolean

bool

A Boolean value indicating whether a response to the meeting request is required.

Windows requirements

App capabilities
email emailSystem

Applies to