EmailMessageWithBody
public struct EmailMessageWithBodyRepresentation of an email message with body attachments used in the Sudo Platform Email SDK.
- 
                  
                  Unique identifier of the email message. DeclarationSwift public let id: String
- 
                  
                  The email message body. DeclarationSwift public let body: String
- 
                  
                  Flag indicating whether the body is formatted as HTML. DeclarationSwift public let isHtml: Bool
- 
                  
                  A list of email message attachments. DeclarationSwift public let attachments: [EmailAttachment]
- 
                  
                  A list of email message inline attachments. DeclarationSwift public let inlineAttachments: [EmailAttachment]
- 
                  
                  Initialize an instance of EmailMessageWithBody.DeclarationSwift public init(id: String, body: String, isHtml: Bool, attachments: [EmailAttachment], inlineAttachments: [EmailAttachment])
 EmailMessageWithBody Structure Reference
      EmailMessageWithBody Structure Reference