misc/DelegateTypes library
Typedefs
- ComplexPropertyChangedDelegate = void Function(ComplexProperty complexProperty)
- Indicates that a complex property changed.
- CustomXmlSerializationDelegate = void Function(XmlWriter? writer)
- Defines a delegate that is used to allow applications to emit custom XML when SOAP requests are sent to Exchange.
-
GetObjectInstanceDelegate<
T extends ServiceObject> = T Function(ExchangeService service, String xmlElementName) - Used to produce an instance of a service object based on XML element name.
- PropertyBagChangedDelegate = void Function()
- Indicates that a property bag changed.
- ResponseHeadersCapturedHandler = void Function(WebHeaderCollection responseHeaders)
- Delegate method to handle capturing http response headers.
- ServiceObjectChangedDelegate = void Function(ServiceObject serviceObject)
- Defines a delegate used to notify that a service object has been modified.