ReceiveMeetingRequest

The ReceiveMeetingRequest property returns a Boolean value that determines whether a delegate, in addition to the meeting owner, should receive meeting requests.

Applies To

AccessControls table

Data Type

Boolean

Access

Read/write

Remarks

The ReceiveMeetingRequest property should be set if the user specified within the Access item is a delegate who will receive the schedule owner’s meeting requests. Only the owner of the schedule file can read or write to this property.

It is important to always set this property value to 0 in the default row, which is the row that has no UserEntryId property value (usually, row 0) of the AccessControls table. Otherwise, everyone in the organization will be interpreted as a delegate and receive meeting requests on behalf of the schedule owner.

If you set this property to create a delegate, the DelegateEntryId and DelegateName properties of the Schedule object need to be updated. If the UserDisplay and UserEntryId properties are Null, this item is the default and applies to every user not explicitly mentioned in other items in the AccessControls table.

See Also

AccessControls
DelegateEntryId
DelegateName
UserDisplay
UserEntryId