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 = 0The position is in the latest reply.
Other = 1The position is not in the latest reply.
Signature = 3The position is in the signature.
Subject = 2The position is in the subject.