interface OptionalAttachmentProperties {
    contentType?: string;
    encoding?: Base64;
}

Properties

contentType?: string
encoding?: Base64