CreateDraftEmailMessageInput
public struct CreateDraftEmailMessageInput
input object for creating a draft email message using SudoEmailClient
-
Draft email message data formatted under the RFC 6854, which supercedes RFC822.
Declaration
Swift
public var rfc822Data: Data
-
The identifier of the email address used to send the email. The identifier must match the identifier of the email address of the
from
field in the RFC 6854 data.Declaration
Swift
public var senderEmailAddressId: String