menu
ews package
documentation
Core/ServiceObjects/ServiceObject.dart
ServiceObject
GetIsTimeZoneHeaderRequired method
GetIsTimeZoneHeaderRequired method
dark_mode
light_mode
GetIsTimeZoneHeaderRequired
method
bool
GetIsTimeZoneHeaderRequired
(
bool
isUpdateOperation
)
Gets a value indicating whether a time zone SOAP header should be emitted in a CreateItem or UpdateItem request so this item can be property saved or updated.
Indicates whether the operation being petrformed is an update operation.
Implementation
bool GetIsTimeZoneHeaderRequired(bool isUpdateOperation) { return false; }
ews package
documentation
Core/ServiceObjects/ServiceObject
ServiceObject
GetIsTimeZoneHeaderRequired method
ServiceObject class