GetEmailMessageWithBodyInput
public struct GetEmailMessageWithBodyInput : EquatableInput object containing an email message identifier and email address identifier used to retrieve the email message data.
- 
                  
                  Identifier of the email message body data to be retrieved. DeclarationSwift public let id: String
- 
                  
                  Identifier of the email address associated with the email message. DeclarationSwift public let emailAddressId: String
- 
                  
                  DeclarationSwift public init(id: String, emailAddressId: String)
 GetEmailMessageWithBodyInput Structure Reference
      GetEmailMessageWithBodyInput Structure Reference