EmailPosition Enum

Definition

Defines the position where an extracted entity was found in a message. The EmailPosition class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class EmailPosition
public enum EmailPosition
Public Enum EmailPosition
Inheritance
EmailPosition

Fields

LatestReply 0

The position points to the latest reply. The LatestReply field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Other 1

The position points to an unlisted position. The Other field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Signature 3

The position points to the signature of an email. The Signature field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Subject 2

The position points to the subject of an email. The Subject field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to