			
 export interface IFileAttachmentContentHandler {
	GetOutputStream(attachmentId: string): any /*System.IO.Stream*/;
}






			