Direction public enum Direction : Equatable Direction of an email message. inbound Message is inbound to the user - message has been received by the user. Declaration Swift case inbound outbound Message is outbound to the user - message has been sent by the user. Declaration Swift case outbound