| Member | Description |
|---|---|
DownloadAttachment |
This method can be used to stream an attachment to a web client public static void DownloadAttachment( Guid attachmentId, HttpResponse httpResponse ); |
GetContentTypeByExtension |
Returns an appropriate content type string, for the specified file extension public static string GetContentTypeByExtension( string fileExtension ); |