public final class ContentClassType extends Object
Represents the content class of item.
Constructor and Description |
---|
ContentClassType(String value)
Initializes a new instance of the
ContentClassType class. |
Modifier and Type | Method and Description |
---|---|
static ContentClassType |
getActivity()
Gets the urn:content-classes:activity content class that defines
a set of properties for an item that is a Journal.
|
static ContentClassType |
getAppointment()
Gets the urn:content-classes:appointment content class
that defines properties for items that are appointments.
|
static ContentClassType |
getCalendarFolder()
Gets the The urn:content-classes:calendarfolder content class
that defines a set of properties for a folder
that primarily contains appointment items.
|
static ContentClassType |
getCalendarMessage()
Gets the urn:content-classes:calendarmessage content class
that defines a set of properties for message items
that contain meeting requests.
|
static ContentClassType |
getContactFolder()
Gets the The urn:content-classes:contactfolder content class
that defines a set of properties for a folder
that primarily contains contact items.
|
static ContentClassType |
getDocument()
Gets the urn:content-classes:document content class that
defines a set of properties for an item that is a document such as a Microsoft� Word file.
|
static ContentClassType |
getDSN()
Gets the the urn:content-classes:dsn content class
that defines a set of properties for an item that is a Delivery Status Notification (DSN) message.
|
static ContentClassType |
getFolder()
Gets the urn:content-classes:folder content class
that defines a set of properties for a folder in the Exchange store.
|
static ContentClassType |
getGroup()
Gets the value that represents the content class urn:content-classes:group.
|
static ContentClassType |
getJournalFolder()
Gets the urn:content-classes:journalfolder content class
that defines a set of properties for a folder that primarily contains journal items.
|
static ContentClassType |
getMailFolder()
Gets the urn:content-classes:mailfolder content class
that defines a set of properties for a folder that primarily contains messages.
|
static ContentClassType |
getMDN()
Gets the urn:content-classes:mdn content class
that defines a set of properties for an item
that is a Mail Delivery Notification (MDN) message.
|
static ContentClassType |
getMessage()
Gets the urn:content-classes:message content class
that defines a set of properties for an item that is a message.
|
static ContentClassType |
getNote()
Gets the value that represents the content class urn:content-classes:note.
|
static ContentClassType |
getNoteFolder()
Gets the urn:content-classes:notesfolder content class
that defines a set of properties for a folder that primarily contains note items.
|
static ContentClassType |
getPerson()
Gets the urn:content-classes:person content class
that defines a set of properties for an item that is a contact.
|
static ContentClassType |
getRecallMesage()
Gets the urn:content-classes:recallmessage content class
that defines a set of properties for a recall message.
|
static ContentClassType |
getRecallReport()
Gets the urn:content-classes:recallreport content class
that defines a set of properties for an item that is a recall report message.
|
static ContentClassType |
getReportMessage()
Gets the value that represents the content class urn:content-classes:reportmessage.
|
static ContentClassType |
getTask()
Gets the value that represents the content class urn:content-classes:task.
|
static ContentClassType |
getTaskFolder()
Gets the urn:content-classes:taskfolder content class
that defines a set of properties for a folder that primarily contains task items.
|
String |
toString()
Returns a
String that represents this instance. |
public ContentClassType(String value)
Initializes a new instance of the ContentClassType
class.
value
- The value.public static ContentClassType getActivity()
Gets the urn:content-classes:activity content class that defines a set of properties for an item that is a Journal. This maps to IPM.Activity.
Value: The activity content class.public static ContentClassType getAppointment()
Gets the urn:content-classes:appointment content class that defines properties for items that are appointments.
Value: The appointment content class.public static ContentClassType getCalendarFolder()
Gets the The urn:content-classes:calendarfolder content class that defines a set of properties for a folder that primarily contains appointment items.
Value: The calendar folder content calss.public static ContentClassType getCalendarMessage()
Gets the urn:content-classes:calendarmessage content class that defines a set of properties for message items that contain meeting requests.
Value: The calendar message content class.public static ContentClassType getContactFolder()
Gets the The urn:content-classes:contactfolder content class that defines a set of properties for a folder that primarily contains contact items.
Value: The contact folder content class.public static ContentClassType getDocument()
Gets the urn:content-classes:document content class that defines a set of properties for an item that is a document such as a Microsoft� Word file.
Value: The document content class.public static ContentClassType getDSN()
Gets the the urn:content-classes:dsn content class that defines a set of properties for an item that is a Delivery Status Notification (DSN) message.
Value: The DSN content class.public static ContentClassType getFolder()
Gets the urn:content-classes:folder content class that defines a set of properties for a folder in the Exchange store.
Value: The folder content class.public static ContentClassType getGroup()
Gets the value that represents the content class urn:content-classes:group.
Value: The group content class.public static ContentClassType getJournalFolder()
Gets the urn:content-classes:journalfolder content class that defines a set of properties for a folder that primarily contains journal items.
Value: The journal folder content class.public static ContentClassType getMailFolder()
Gets the urn:content-classes:mailfolder content class that defines a set of properties for a folder that primarily contains messages.
Value: The mail folder content class.public static ContentClassType getMDN()
Gets the urn:content-classes:mdn content class that defines a set of properties for an item that is a Mail Delivery Notification (MDN) message.
Value: The MDN content class.public static ContentClassType getMessage()
Gets the urn:content-classes:message content class that defines a set of properties for an item that is a message.
Value: The message content class.public static ContentClassType getNote()
Gets the value that represents the content class urn:content-classes:note.
Value: The note content class.public static ContentClassType getNoteFolder()
Gets the urn:content-classes:notesfolder content class that defines a set of properties for a folder that primarily contains note items.
Value: The note folder content class.public static ContentClassType getPerson()
Gets the urn:content-classes:person content class that defines a set of properties for an item that is a contact.
Value: The person content class.public static ContentClassType getRecallMesage()
Gets the urn:content-classes:recallmessage content class that defines a set of properties for a recall message.
Value: The recall mesage content class.public static ContentClassType getRecallReport()
Gets the urn:content-classes:recallreport content class that defines a set of properties for an item that is a recall report message.
Value: The recall report content class.public static ContentClassType getReportMessage()
Gets the value that represents the content class urn:content-classes:reportmessage.
Value: The report message content class.public static ContentClassType getTask()
Gets the value that represents the content class urn:content-classes:task.
Value: The task content class.public static ContentClassType getTaskFolder()
Gets the urn:content-classes:taskfolder content class that defines a set of properties for a folder that primarily contains task items.
Value: The task folder content class.