Edit

Share via


_AppointmentItem.ForceUpdateToAllAttendees Property

Definition

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.

Applies to