EmailMailboxCapabilities.CanUpdateMeetingResponses 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 email mailbox is allowed to update meeting responses.
public:
property bool CanUpdateMeetingResponses { bool get(); };
public:
property bool CanUpdateMeetingResponses { bool get(); void set(bool value); };
bool CanUpdateMeetingResponses();
bool CanUpdateMeetingResponses();
void CanUpdateMeetingResponses(bool value);
public bool CanUpdateMeetingResponses { get; }
public bool CanUpdateMeetingResponses { get; set; }
var boolean = emailMailboxCapabilities.canUpdateMeetingResponses;
var boolean = emailMailboxCapabilities.canUpdateMeetingResponses;
emailMailboxCapabilities.canUpdateMeetingResponses = boolean;
Public ReadOnly Property CanUpdateMeetingResponses As Boolean
Public Property CanUpdateMeetingResponses As Boolean
Property Value
Boolean
bool
The Boolean value indicating whether the email mailbox is allowed to update meeting responses.
Windows requirements
App capabilities |
email
emailSystem
|