public final class MessageInfoType
extends com.aspose.ms.System.Enum
Enumerates the message types.
Modifier and Type | Field and Description |
---|---|
static int |
Appointment
This value represents the Appointments type (IPM.Appointment class ID).
|
static int |
Contact
This value represents the Contacts type (IPM.Contact class ID).
|
static int |
MailMessage
This value represents the E-mail messages type (IPM.Note class ID).
|
static int |
None
Undefined type.
|
static int |
Post
This value represents the Posting notes type (IPM.Post class ID).
|
static int |
Task
This value represents the Tasks type (IPM.Task class ID).
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Undefined type.
public static final int MailMessage
This value represents the E-mail messages type (IPM.Note class ID).
public static final int Appointment
This value represents the Appointments type (IPM.Appointment class ID).
public static final int Task
This value represents the Tasks type (IPM.Task class ID).
public static final int Post
This value represents the Posting notes type (IPM.Post class ID).
public static final int Contact
This value represents the Contacts type (IPM.Contact class ID).