_AppointmentItem.ForceUpdateToAllAttendees 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.
Returns or sets a Boolean (bool in C#) value that indicates whether updates to the AppointmentItem object should be sent to all attendees. Read/write.
public:
property bool ForceUpdateToAllAttendees { bool get(); void set(bool value); };
public bool ForceUpdateToAllAttendees { get; set; }
Public Property ForceUpdateToAllAttendees As Boolean
Property Value
Remarks
Normally, updates are sent to attendees only if the time or location of an appointment item is changed. Setting this property to True forces an update to be sent to all attendees, even if no changes to the time or location has occurred.