Class ThreadMessageDirection
Direction of a message within a thread.
public sealed record ThreadMessageDirection : StringEnum<ThreadMessageDirection>, IEquatable<StringEnum<ThreadMessageDirection>>, IEquatable<ThreadMessageDirection>
- Inheritance
-
ThreadMessageDirection
- Implements
- Inherited Members
Fields
Inbound
A received (inbound) message.
public static readonly ThreadMessageDirection Inbound
Field Value
Outbound
A sent (outbound) message - a reply, reply-all, or forward.
public static readonly ThreadMessageDirection Outbound