1- import { ItemAttachment } from "../ComplexProperties/ItemAttachment" ;
2- import { ExchangeVersion } from "../Enumerations/ExchangeVersion" ;
3- import { PropertyDefinition } from "../PropertyDefinitions/PropertyDefinition" ;
4- import { ComplexProperty } from "../ComplexProperties/ComplexProperty" ;
5- import { ExchangeService } from "../Core/ExchangeService" ;
6- import { ServiceObject } from "../Core/ServiceObjects/ServiceObject" ;
1+ import { ItemAttachment } from "../ComplexProperties/ItemAttachment" ;
2+ import { ExchangeVersion } from "../Enumerations/ExchangeVersion" ;
3+ import { PropertyDefinition } from "../PropertyDefinitions/PropertyDefinition" ;
4+ import { ComplexProperty } from "../ComplexProperties/ComplexProperty" ;
5+ import { ExchangeService } from "../Core/ExchangeService" ;
6+ import { ServiceObject } from "../Core/ServiceObjects/ServiceObject" ;
7+ import { Dictionary } from "../AltDictionary" ;
78
89
910//no change needed
@@ -25,7 +26,7 @@ export interface CustomXmlSerializationDelegate {
2526//}
2627
2728export interface ResponseHeadersCapturedHandler {
28- ( responseHeaders : any /*System.Net.WebHeaderCollection*/ ) : void ;
29+ ( responseHeaders : Dictionary < string , string > ) : void ;
2930}
3031//class ResponseHeadersCapturedHandler extends System.MulticastDelegate {
3132// //BeginInvoke(responseHeaders: System.Net.WebHeaderCollection, callback: System.AsyncCallback, object: any): System.IAsyncResult{ throw new Error("DelegateTypes.ts - BeginInvoke : Not implemented.");}
@@ -66,17 +67,17 @@ export interface GetPropertyDefinitionCallback {
6667export interface CreateComplexPropertyDelegate < TComplexProperty extends ComplexProperty > {
6768 ( ) : TComplexProperty ;
6869}
69- //class GetPropertyDefinitionCallback extends System.MulticastDelegate {
70- // //BeginInvoke(version: ExchangeVersion, callback: System.AsyncCallback, object: any): System.IAsyncResult{ throw new Error("DelegateTypes.ts - BeginInvoke : Not implemented.");}
71- // //EndInvoke(result: System.IAsyncResult): PropertyDefinition{ throw new Error("DelegateTypes.ts - EndInvoke : Not implemented.");}
72- // //Invoke(version: ExchangeVersion): PropertyDefinition{ throw new Error("DelegateTypes.ts - Invoke : Not implemented.");}
73- //}
70+ //class GetPropertyDefinitionCallback extends System.MulticastDelegate {
71+ // //BeginInvoke(version: ExchangeVersion, callback: System.AsyncCallback, object: any): System.IAsyncResult{ throw new Error("DelegateTypes.ts - BeginInvoke : Not implemented.");}
72+ // //EndInvoke(result: System.IAsyncResult): PropertyDefinition{ throw new Error("DelegateTypes.ts - EndInvoke : Not implemented.");}
73+ // //Invoke(version: ExchangeVersion): PropertyDefinition{ throw new Error("DelegateTypes.ts - Invoke : Not implemented.");}
74+ //}
7475
75- //class CreateComplexPropertyDelegate<TComplexProperty> extends System.MulticastDelegate {
76- // //BeginInvoke(callback: System.AsyncCallback, object: any): System.IAsyncResult{ throw new Error("DelegateTypes.ts - BeginInvoke : Not implemented.");}
77- // //EndInvoke(result: System.IAsyncResult): TComplexProperty{ throw new Error("DelegateTypes.ts - EndInvoke : Not implemented.");}
78- // //Invoke(): TComplexProperty{ throw new Error("DelegateTypes.ts - Invoke : Not implemented.");}
79- //}
76+ //class CreateComplexPropertyDelegate<TComplexProperty> extends System.MulticastDelegate {
77+ // //BeginInvoke(callback: System.AsyncCallback, object: any): System.IAsyncResult{ throw new Error("DelegateTypes.ts - BeginInvoke : Not implemented.");}
78+ // //EndInvoke(result: System.IAsyncResult): TComplexProperty{ throw new Error("DelegateTypes.ts - EndInvoke : Not implemented.");}
79+ // //Invoke(): TComplexProperty{ throw new Error("DelegateTypes.ts - Invoke : Not implemented.");}
80+ //}
8081
8182
8283export interface CreateServiceObjectWithServiceParam {
0 commit comments