Direction

public enum Direction : Equatable

Direction of an email message.

  • Message is inbound to the user - message has been received by the user.

    Declaration

    Swift

    case inbound
  • Message is outbound to the user - message has been sent by the user.

    Declaration

    Swift

    case outbound