_AppointmentItem.ForceUpdateToAllAttendees Property
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.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ForceUpdateToAllAttendees As Boolean
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean
value = instance.ForceUpdateToAllAttendees
instance.ForceUpdateToAllAttendees = value
[DispIdAttribute()]
bool ForceUpdateToAllAttendees { get; set; }
Property Value
Type: System.Boolean
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.