ConfigurationData

public struct ConfigurationData : Equatable

Representation of email configuration data in Platform SDK.

  • The number of email messages that can be deleted at a time.

    Declaration

    Swift

    public var deleteEmailMessagesLimit: Int
  • The number of email messages that can be updated at a time.

    Declaration

    Swift

    public var updateEmailMessagesLimit: Int
  • The maximum allowed size of an inbound email message.

    Declaration

    Swift

    public var emailMessageMaxInboundMessageSize: Int
  • The maximum allowed size of an outbound email message.

    Declaration

    Swift

    public var emailMessageMaxOutboundMessageSize: Int
  • The maximum number of recipients for an out-of-network email message.

    Declaration

    Swift

    public var emailMessageRecipientsLimit: Int
  • The maximum number of recipients for an in-network encrypted email message.

    Declaration

    Swift

    public var encryptedEmailMessageRecipientsLimit: Int