Enum EmailPosition
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the email position of an extracted entity.
public enum EmailPosition
Fields
LatestReply = 0
The position is in the latest reply.
Other = 1
The position is not in the latest reply.
Signature = 3
The position is in the signature.
Subject = 2
The position is in the subject.