AppointmentItem.ForceUpdateToAllAttendees Property

Outlook Developer Reference

Returns or sets a Boolean value that indicates whether updates to the AppointmentItem object should be sent to all attendees. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ForceUpdateToAllAttendees

expression   An expression that returns an AppointmentItem object.

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 have occurred.

See Also