/** Format of the notification mail. "html" will include a preview image of the fax */exportvarFaxMailFormatEnum;
(function (FaxMailFormatEnum) {
FaxMailFormatEnum["html"] = "html";
FaxMailFormatEnum["text"] = "text";
})(FaxMailFormatEnum || (FaxMailFormatEnum = {}));