menu
ews package
documentation
Core/ServiceObjects/Items/Task.dart
Task
GetIsTimeZoneHeaderRequired method
GetIsTimeZoneHeaderRequired method
dark_mode
light_mode
GetIsTimeZoneHeaderRequired
method
@
override
bool
GetIsTimeZoneHeaderRequired
(
bool
isUpdateOperation
)
override
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
@override bool GetIsTimeZoneHeaderRequired(bool isUpdateOperation) { return true; }
ews package
documentation
Core/ServiceObjects/Items/Task
Task
GetIsTimeZoneHeaderRequired method
Task class