|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.PropertyKey
This class stores the key for a property. Keys for MAPI properties can
be identified with either a property tag (an int) or a property name and
property set (two strings). If you know a MAPI property tag you can identify
it by creating an instance of ProptagPropertyKey
. Or, if you know
a MAPI property set and name you can identify it by creating an instance
of PropnamePropertyKey
.
Field Summary | |
static PropertyKey |
ACCOUNT
Key that represents the MAPI property ACCOUNT ,
which is the account. |
static PropertyKey |
ADDRESS_ENTRY_ADDRESS
Key that represents the Compoze property AddressEntry.Address , which is the email address of the
address entry. |
static PropertyKey |
ADDRESS_ENTRY_DISPLAY_NAME
Key that represents the Compoze property AddressEntry.DisplayName , which is the display name of the
address entry. |
static PropertyKey |
ADDRESS_ENTRY_DISPLAY_TYPE
Key that represents the Compoze property AddressEntry.DisplayType , which is the display type of the
address entry. |
static PropertyKey |
ADDRESS_ENTRY_FILTER_ADDRESS
Key that represents the Compoze property AddressEntryFilter.Address , which filters by the address property. |
static PropertyKey |
ADDRESS_ENTRY_FILTER_DISPLAY_NAME
Key that represents the Compoze property AddressEntryFilter.DisplayName , which filters by the display
name property. |
static PropertyKey |
ADDRESS_ENTRY_FILTER_PRIMARY_ACCOUNT
Key that represents the Compoze property AddressEntryFilter.PrimaryAccount , which filters by the primary
account property (in the form domain\\username). |
static PropertyKey |
ADDRESS_ENTRY_FILTER_SMTP_EMAIL_ADDRESS
Key that represents the Compoze property AddressEntryFilter.SmtpEmailAddress , which filters by the SMTP
email address property. |
static PropertyKey |
ADDRESS_ENTRY_FREE_BUSY
Key that represents the Compoze property AddressEntry.FreeBusy , which is the free/busy information
for a user. |
static PropertyKey |
ADDRESS_ENTRY_ID
Key that represents the Compoze property AddressEntry.ID , which is the ID of the address entry. |
static PropertyKey |
ADDRESS_ENTRY_MANAGER
Key that represents the Compoze property AddressEntry.Manager , which is the manager for this
address entry. |
static PropertyKey |
ADDRESS_ENTRY_MANAGER_NAME
Key that represents the Compoze property AddressEntry.Manager , which is the display name of the
manager for this address entry. |
static PropertyKey |
ADDRESS_ENTRY_MEMBERS
Key that represents the Compoze property AddressEntry.Members , which is the list of members for a
distribution list. |
static PropertyKey |
ADDRESS_ENTRY_PRIMARY_ACCOUNT
Key that represents the Compoze property AddressEntry.PrimaryAccount , which is the primary account
of the address entry (in the form DOMAIN\Username ). |
static PropertyKey |
ADDRESS_ENTRY_PRIMARY_ACCOUNT_SID
Key that represents the Compoze property AddressEntry.PrimaryAccountSid , which is the primary account
SID of the address entry. |
static PropertyKey |
ADDRESS_ENTRY_SMTP_EMAIL_ADDRESS
Key that represents the Compoze property AddressEntry.SmtpEmailAddress , which is the email address of the
address entry. |
static PropertyKey |
ADDRESS_ENTRY_TYPE
Key that represents the Compoze property AddressEntry.Type , which is the type of the address entry. |
static PropertyKey |
ADDRTYPE
Key that represents the MAPI property ADDRTYPE ,
which is the address type. |
static PropertyKey |
APPOINTMENT_ALL_DAY_EVENT
Key that represents the Compoze property Appointment.AllDayEvent , which
flags an appointment as lasting all day. |
static PropertyKey |
APPOINTMENT_BUSY_STATUS
Key that represents the Compoze property Appointment.BusyStatus , which
is the busy status of the user for the appointment (free, tentative, busy
or out of office). |
static PropertyKey |
APPOINTMENT_DURATION
Key that represents the Compoze property Appointment.Duration , which
is the duration for the appointment. |
static PropertyKey |
APPOINTMENT_END_TIME
Key that represents the Compoze property Appointment.EndTime , which
is the time that the appointment ends. |
static PropertyKey |
APPOINTMENT_IS_ORGANIZER
Key that represents the Compoze property Appointment.IsOrganizer , which is true if the current user
is the organizer of the appointment. |
static PropertyKey |
APPOINTMENT_IS_RECURRING
Key that represents the Compoze property Appointment.IsRecurring , which
is a flag that indicates whether or not an appointment recurs. |
static PropertyKey |
APPOINTMENT_IS_SPANNING
Key that represents the Compoze property Appointment.IsSpanning , which
flags an appointment as lasting all day. |
static PropertyKey |
APPOINTMENT_LOCATION
Key that represents the Compoze property Appointment.Location , which
is the physical location where the appointment occurs. |
static PropertyKey |
APPOINTMENT_MEETING_RESPONSE_STATUS
Key that represents the Compoze property Appointment.MeetingResponseStatus , which is the response of
the user to the meeting request. |
static PropertyKey |
APPOINTMENT_MEETING_STATUS
Key that represents the Compoze property Appointment.MeetingStatus , which is the overall meeting status
of the appointment. |
static PropertyKey |
APPOINTMENT_ORGANIZER
Key that represents the Compoze property Appointment.Organizer , which is the organizer for the appointment
(the user that initiated a meeting from the appointment). |
static PropertyKey |
APPOINTMENT_RECURRENCE_PATTERN
Key that represents the Compoze property Appointment.RecurrencePattern , which is the recurrence
parameters for the appointment. |
static PropertyKey |
APPOINTMENT_REMINDER_MINUTES_BEFORE_START
Key that represents the Compoze property Appointment.ReminderMinutesBeforeStart , which is the number
of minutes before the start of the appointment to flag a reminder. |
static PropertyKey |
APPOINTMENT_REMINDER_SET
Key that represents the Compoze property Appointment.ReminderSet , which flags if a reminder is set on
the appointment. |
static PropertyKey |
APPOINTMENT_REPLY_TIME
Key that represents the Compoze property Appointment.ReplyTime , which is the date and time that the
recipient replied to the meeting request associated with the appointment. |
static PropertyKey |
APPOINTMENT_RESPONSE_REQUESTED
Key that represents the Compoze property Appointment.ResponseRequested , which flags whether or not a
response is requested for a meeting request that is created for the
appointment. |
static PropertyKey |
APPOINTMENT_SERIES_ID
Key that represents the Compoze property Appointment.SeriesID , which is the ID of the series (read-only). |
static PropertyKey |
APPOINTMENT_START_TIME
Key that represents the Compoze property Appointment.StartTime , which is the date and time that the
appointment starts. |
static PropertyKey |
ASSISTANT
Key that represents the MAPI property ASSISTANT ,
which is the assistant. |
static PropertyKey |
ASSISTANT_TELEPHONE_NUMBER
Key that represents the MAPI property ASSISTANT_TELEPHONE_NUMBER ,
which is the assistant telephone number. |
static PropertyKey |
ATTACHMENT_CONTENT_ID
Key that represents the MAPI property PR_ATTACH_CONTENT_ID ,
which is content id specifically for inline attachments. |
static PropertyKey |
ATTACHMENT_CREATION_TIME
Key that represents the MAPI property PR_CREATION_TIME ,
which is the date the attachment was created. |
static PropertyKey |
ATTACHMENT_DISPLAY_NAME
Key that represents the MAPI property PR_DISPLAY_NAME ,
which is the display name of the attachment. |
static PropertyKey |
ATTACHMENT_EXTENSION
Key that represents the MAPI property PR_ATTACH_EXTENSION ,
which is the extension of the attachment. |
static PropertyKey |
ATTACHMENT_INDEX
Key that represents the Compoze Property Attachment.Index , which is the index of the attachment. |
static PropertyKey |
ATTACHMENT_LONG_FILENAME
Key that reprepsents the MAPI property PR_ATTACH_LONG_FILENAME ,
which is the long name of the attachment. |
static PropertyKey |
ATTACHMENT_MIME_TAG
Key that represents the MAPI property PR_ATTACH_MIME_TAG ,
which is a MIME content type for an inline attachment. |
static PropertyKey |
ATTACHMENT_NAME
Key that represents the Compoze Property Attachment.Name , which is the name of the attachment. |
static PropertyKey |
ATTACHMENT_POSITION
Key that represents the Compoze Property Attachment.Position , which is the position of the attachment
in the message. |
static PropertyKey |
ATTACHMENT_RENDERING_POSITION
Key that represents the MAPI property PR_RENDERING_POSITION ,
which is an RTF inline rendering index. |
static PropertyKey |
ATTACHMENT_SIZE
Key that represents the MAPI property PR_ATTACH_SIZE , which
is the actual size in bytes of the attachment. |
static PropertyKey |
ATTACHMENT_TYPE
Key that represents the Compoze Property Attachment.Type , which is the type of attachment. |
static PropertyKey |
BILLING_INFO
Key that represents the MAPI property BILLING_INFO ,
which is the billing info. |
static PropertyKey |
BIRTHDAY
Key that represents the MAPI property BIRTHDAY ,
which is the birthday. |
static PropertyKey |
BUSINESS_ADDRESS_CITY
Key that represents the MAPI property BUSINESS_ADDRESS_CITY ,
which is the business address city. |
static PropertyKey |
BUSINESS_ADDRESS_COUNTRY
Key that represents the MAPI property BUSINESS_ADDRESS_COUNTRY ,
which is the business address country |
static PropertyKey |
BUSINESS_ADDRESS_POST_OFFICE_BOX
Key that represents the MAPI property BUSINESS_ADDRESS_POST_OFFICE_BOX ,
which is the business address post office box. |
static PropertyKey |
BUSINESS_ADDRESS_POSTAL_CODE
Key that represents the MAPI property BUSINESS_ADDRESS_POSTAL_CODE ,
which is the business address postal code. |
static PropertyKey |
BUSINESS_ADDRESS_STATE_OR_PROVINCE
Key that represents the MAPI property BUSINESS_ADDRESS_STATE_OR_PROVINCE ,
which is the business address state or province. |
static PropertyKey |
BUSINESS_ADDRESS_STREET
Key that represents the MAPI property BUSINESS_ADDRESS_STREET ,
which is the business address street. |
static PropertyKey |
BUSINESS_FAX_NUMBER
Key that represents the MAPI property BUSINESS_FAX_NUMBER ,
which is the business fax number. |
static PropertyKey |
BUSINESS_HOME_PAGE
Key that represents the MAPI property BUSINESS_HOME_PAGE ,
which is the business home page. |
static PropertyKey |
BUSINESS_TELEPHONE_NUMBER
Key that represents the MAPI property BUSINESS_TELEPHONE_NUMBER ,
which is the business telephone number. |
static PropertyKey |
BUSINESS2_TELEPHONE_NUMBER
Key that represents the MAPI property BUSINESS2_TELEPHONE_NUMBER ,
which is the business2 telephone number. |
static PropertyKey |
CALLBACK_TELEPHONE_NUMBER
Key that represents the MAPI property CALLBACK_TELEPHONE_NUMBER ,
which is the callback telephone number. |
static PropertyKey |
CAR_TELEPHONE_NUMBER
Key that represents the MAPI property CAR_TELEPHONE_NUMBER ,
which is the car telephone number. |
static PropertyKey |
CHILDREN_NAMES
Key that represents the MAPI property CHILDREN_NAMES ,
which is the children names. |
static PropertyKey |
COMMENT
Key that represents the MAPI property COMMENT ,
which is a comment for an address entry. |
static PropertyKey |
COMPANIES
Key that represents the MAPI property COMPANIES ,
which is the companies. |
static PropertyKey |
COMPANY_MAIN_PHONE_NUMBER
Key that represents the MAPI property COMPANY_MAIN_PHONE_NUMBER ,
which is the company main phone number. |
static PropertyKey |
COMPANY_NAME
Key that represents the MAPI property COMPANY_NAME ,
which is the company name. |
static PropertyKey |
COMPUTER_NETWORK_NAME
Key that represents the MAPI property COMPUTER_NETWORK_NAME ,
which is the computer network name. |
static PropertyKey |
CONTACT_DISTRIBUTION_LIST
Key that represents the Compoze Property Contact.DistributionList ,
which is information about a distribution list. |
static PropertyKey |
CONTACT_IS_DISTRIBUTION_LIST
Key that represents the Compoze Property Contact.IsDistributionList ,
which is whether a contact is a distribution list. |
static PropertyKey |
CONTACT_NAMES
Key that represents the MAPI property CONTACT_NAMES ,
which is the contact names. |
static PropertyKey |
CONTAINER_CLASS
Key that represents the MAPI property CONTAINER_CLASS , which
indicates the type of a folder. |
static PropertyKey |
COUNTRY
Key that represents the MAPI property COUNTRY ,
which is the country. |
static PropertyKey |
DEPARTMENT_NAME
Key that represents the MAPI property DEPARTMENT_NAME ,
which is the department name. |
static PropertyKey |
DISPLAY_NAME
Key that represents the MAPI property DISPLAY_NAME ,
which is the display name. |
static PropertyKey |
DISPLAY_NAME_PREFIX
Key that represents the MAPI property DISPLAY_NAME_PREFIX ,
which is the display name prefix. |
static PropertyKey |
EMAIL_ADDRESS
Key that represents the MAPI property EMAIL_ADDRESS ,
which is the email address. |
static PropertyKey |
EMAIL1_ADDRESS
Key that represents the MAPI property EMAIL1_ADDRESS ,
which is the email1 address. |
static PropertyKey |
EMAIL1_ADDRESS_TYPE
Key that represents the MAPI property EMAIL1_ADDRESS_TYPE ,
which is the email1 address type. |
static PropertyKey |
EMAIL1_DISPLAY_NAME
Key that represents the MAPI property EMAIL1_DISPLAY_NAME ,
which is the email1 display name. |
static PropertyKey |
EMAIL2_ADDRESS
Key that represents the MAPI property EMAIL2_ADDRESS ,
which is the email2 address. |
static PropertyKey |
EMAIL2_ADDRESS_TYPE
Key that represents the MAPI property EMAIL2_ADDRESS_TYPE ,
which is the email2 address type. |
static PropertyKey |
EMAIL2_DISPLAY_NAME
Key that represents the MAPI property EMAIL2_DISPLAY_NAME ,
which is the email2 display name. |
static PropertyKey |
EMAIL3_ADDRESS
Key that represents the MAPI property EMAIL3_ADDRESS ,
which is the email3 address. |
static PropertyKey |
EMAIL3_ADDRESS_TYPE
Key that represents the MAPI property EMAIL3_ADDRESS_TYPE ,
which is the email3 address type. |
static PropertyKey |
EMAIL3_DISPLAY_NAME
Key that represents the MAPI property EMAIL3_DISPLAY_NAME ,
which is the email3 display name. |
static PropertyKey |
EMS_AB_ASSOC_NT_ACCOUNT
Key that represents the MAPI property EMS_AB_ASSOC_NT_ACCOUNT ,
which is the SID of the primary account for the mailbox. |
static PropertyKey |
EMS_AB_HOME_MTA
Key that represents the MAPI property EMS_AB_HOME_MTA ,
which is the home server of the user. |
static PropertyKey |
FILE_AS
Key that represents the MAPI property FILE_AS ,
which is the file as. |
static PropertyKey |
FLAG_STATUS
Key that represents the MAPI property FLAG_STATUS ,
which is the flag status. |
static PropertyKey |
FLAG_TEXT
Key that represents the MAPI property FLAG_TEXT ,
which is the flag text. |
static PropertyKey |
FOLDER_ABSOLUTE_NAME
Key that represents the Compoze property Folder.AbsoluteName ,
which is the absolute name of a folder (including its full path relative to
the top of the information store). |
static PropertyKey |
FOLDER_FOLDERID
Key that represents the Compoze property Folder.FolderID ,
which is the ID of the parent folder. |
static PropertyKey |
FOLDER_ID
Key that represents the Compoze property Folder.ID , which is the
ID of a folder. |
static PropertyKey |
FOLDER_MESSAGE_COUNT
Key that represents the Compoze property Folder.MessageCount ,
which is the total number of messages in the folder. |
static PropertyKey |
FOLDER_MESSAGE_UNREAD_COUNT
Key that represents the Compoze property Folder.MessageUnreadCount ,
which is the total number of unread messages in the folder. |
static PropertyKey |
FOLDER_NAME
Key that represents the Compoze property Folder.Name , which is the
name of a folder. |
static PropertyKey |
FOLDER_RELATIVE_DEPTH
Key that represents the Compoze property Folder.RelativeDepth ,
which is the relative depth of a folder to the starting point if the query
that was made to retrieve it. |
static PropertyKey |
FOLDER_SUBFOLDER_COUNT
Key that represents the Compoze property Folder.SubFolderCount ,
which is the count of subfolders on a folder. |
static PropertyKey |
FTP_SITE
Key that represents the MAPI property FTP_SITE ,
which is the Ftp site. |
static PropertyKey |
GENDER
Key that represents the MAPI property GENDER ,
which is the gender. |
static PropertyKey |
GENERATION
Key that represents the MAPI property GENERATION ,
which is the generation (or suffix). |
static PropertyKey |
GIVEN_NAME
Key that represents the MAPI property GIVEN_NAME ,
which is the given name. |
static PropertyKey |
HOBBIES
Key that represents the MAPI property HOBBIES ,
which is the hobbies. |
static PropertyKey |
HOME_ADDRESS
Key that represents the MAPI property HOME_ADDRESS ,
which is the home address. |
static PropertyKey |
HOME_ADDRESS_CITY
Key that represents the MAPI property HOME_ADDRESS_CITY ,
which is the home address city. |
static PropertyKey |
HOME_ADDRESS_COUNTRY
Key that represents the MAPI property HOME_ADDRESS_COUNTRY ,
which is the home address country. |
static PropertyKey |
HOME_ADDRESS_POST_OFFICE_BOX
Key that represents the MAPI property HOME_ADDRESS_POST_OFFICE_BOX ,
which is the home address post office box. |
static PropertyKey |
HOME_ADDRESS_POSTAL_CODE
Key that represents the MAPI property HOME_ADDRESS_POSTAL_CODE ,
which is the home address postal code. |
static PropertyKey |
HOME_ADDRESS_STATE_OR_PROVINCE
Key that represents the MAPI property HOME_ADDRESS_STATE_OR_PROVINCE ,
which is the home address state or province. |
static PropertyKey |
HOME_ADDRESS_STREET
Key that represents the MAPI property HOME_ADDRESS_STREET ,
which is the home address street. |
static PropertyKey |
HOME_FAX_NUMBER
Key that represents the MAPI property HOME_FAX_NUMBER ,
which is the home fax number. |
static PropertyKey |
HOME_TELEPHONE_NUMBER
Key that represents the MAPI property HOME_TELEPHONE_NUMBER ,
which is the home telephone number. |
static PropertyKey |
HOME2_TELEPHONE_NUMBER
Key that represents the MAPI property HOME2_TELEPHONE_NUMBER ,
which is the home2 telephone number. |
static PropertyKey |
IM_ADDRESS
Key that represents the MAPI property IM_ADDRESS ,
which is the IM address. |
static PropertyKey |
INITIALS
Key that represents the MAPI property INITIALS ,
which is the initials. |
static PropertyKey |
INTERNET_FREE_BUSY_ADDRESS
Key that represents the MAPI property INTERNET_FREE_BUSY_ADDRESS ,
which is the Internet free/busy address. |
static PropertyKey |
ISDN_NUMBER
Key that represents the MAPI property ISDN_NUMBER ,
which is the ISDN number. |
static PropertyKey |
JOURNAL_DURATION
Key that represents the MAPI property JOURNAL_DURATION ,
which is the journal duration. |
static PropertyKey |
JOURNAL_END_DATE
Key that represents the MAPI property JOURNAL_END_DATE ,
which is the journal end date. |
static PropertyKey |
JOURNAL_ENTRY
Key that represents the MAPI property JOURNAL_ENTRY ,
which is the journal entry. |
static PropertyKey |
JOURNAL_ENTRY_TYPE
Key that represents the MAPI property JOURNAL_ENTRY_TYPE ,
which is the journal entry type. |
static PropertyKey |
JOURNAL_START_DATE
Key that represents the MAPI property JOURNAL_START_DATE ,
which is the journal start date. |
static int |
KEY_ADDRESS_ENTRY
|
static int |
KEY_ADDRESS_ENTRY_FILTER
|
static int |
KEY_ATTACHMENT
|
static int |
KEY_FOLDER
|
static int |
KEY_MESSAGE
|
static int |
KEY_SERVICE
|
static int |
KEY_SESSION_OPTION
|
static PropertyKey |
LANGUAGE
Key that represents the MAPI property LANGUAGE ,
which is the language. |
static PropertyKey |
LOCALITY
Key that represents the MAPI property LOCALITY ,
which is the locality. |
static PropertyKey |
LOCATION
Key that represents the MAPI property LOCATION ,
which is the location. |
protected static java.util.List |
m_listKeys
|
static PropertyKey |
MANAGER_NAME
Deprecated. No longer using CDO value of 0x3A4E001F or 0x3A4E001E since this wasn't being properly retrieved from the store. |
static PropertyKey |
MESSAGE_ACTION_CODE
Key that represents the MAPI property ACTION_CODE , which
determines the action taken on a message (reply, forward). |
static PropertyKey |
MESSAGE_ACTION_DATE
Key that represents the MAPI property ACTION_DATE , which
determines when a specific action was taken (reply, reply all, forward). |
static PropertyKey |
MESSAGE_ACTION_FLAG
Key that represents the MAPI property ACTION_FLAG , which
determines the specific action taken on a message (reply, reply all, forward). |
static PropertyKey |
MESSAGE_ATTACHMENT_COUNT
Key that represents the Compoze property Message.AttachmentCount , which
is the number of attachments on the message. |
static PropertyKey |
MESSAGE_ATTACHMENT_INFO
Key that represents the Compoze property Message.AttachmentInfo , which
contains detailed information about each of the attachments on a message. |
static PropertyKey |
MESSAGE_CATEGORIES
Key that represents the Compoze property Message.Categories , which
contains the categories of a message. |
static PropertyKey |
MESSAGE_CONVERSATION_INDEX
Key that represents the Compoze property Message.ConversationIndex , which
contains the conversation index of a message (an index into a conversation,
which is a related group of messages). |
static PropertyKey |
MESSAGE_CONVERSATION_TOPIC
Key that represents the Compoze property Message.ConversationTopic , which
contains the conversation topic of a message (a description of what
conversation is going on). |
static PropertyKey |
MESSAGE_DELIVERY_RECEIPT
Key that represents the Compoze property Message.DeliveryReceipt , which
is a flag that indicates if a delivery receipt is requested for a message. |
static PropertyKey |
MESSAGE_ENCRYPTED
Key that represents the Compoze property Message.Encrypted , which
flags a message as encrypted. |
static PropertyKey |
MESSAGE_FOLDER_NAME
Key that represents the Compoze property Message.FolderName ,
which is the name of the folder the message is in. |
static PropertyKey |
MESSAGE_FOLDERID
Key that represents the Compoze property Message.FolderID , which
is the ID of the folder the message is in. |
static PropertyKey |
MESSAGE_ID
Key that represents the Compoze property Message.ID , which
is the ID of the message. |
static PropertyKey |
MESSAGE_IMPORTANCE
Key that represents the Compoze property Message.Importance , which
is the importance of the message. |
static PropertyKey |
MESSAGE_IS_RECIPIENT
Key that represents the Compoze property Message.IsRecipient ,
which is true if the current user is a recipient of the message. |
static PropertyKey |
MESSAGE_NORMALIZED_SUBJECT
Key that represents the MAPI property tag 0x0E1D001E , which
is the subject of the message. |
static PropertyKey |
MESSAGE_READ_RECEIPT
Key that represents the Compoze property Message.ReadReceipt , which
is a flag that indicates if a read receipt is requested for a message. |
static PropertyKey |
MESSAGE_RECIPIENT_INFO
Key that represents the Compoze property Message.RecipientInfo , which
contains information about each of the recipients on a message. |
static PropertyKey |
MESSAGE_RECIPIENT_INFO_OVERVIEW
Key that represents the Compoze property Message.RecipientInfoOverview , which contains information about
each of the recipients on a message (only gets the recipient index, display name
and recipient type). |
static PropertyKey |
MESSAGE_RTF
Key that represents the Compoze Property Message.RTF , which
is the RTF body of the message. |
static PropertyKey |
MESSAGE_SENDER
Key that represents the Compoze property Message.Sender , which
is the sender of the message. |
static PropertyKey |
MESSAGE_SENDER_ID
Key that represents the Compoze property Message.SenderID , which
is the address entry id of the sender of a message. |
static PropertyKey |
MESSAGE_SENSITIVITY
Key that represents the Compoze property Message.Sensitivity , which
is the sensitivity of the message. |
static PropertyKey |
MESSAGE_SENT
Key that represents the Compoze property Message.Sent , which
is a flag that indicates whether or not Exchange has actually sent the
message (meaning that the spooler has finished sending the message to its
destination server). |
static PropertyKey |
MESSAGE_SIGNED
Key that represents the Compoze property Message.Signed , which
is a flag that indicates whether or not the message was digitally signed,
or a signature is requested. |
static PropertyKey |
MESSAGE_SIZE
Key that represents the Compoze property Message.Size , which
is the approximate size of a message in bytes, including its body, headers
and attachments. |
static PropertyKey |
MESSAGE_STOREID
Key that represents the Compoze property Message.StoreID , which
is the ID of the store that the message is in. |
static PropertyKey |
MESSAGE_SUBJECT
Key that represents the Compoze property Message.Subject , which
is the subject of the message. |
static PropertyKey |
MESSAGE_SUBMITTED
Key that represents the Compoze property Message.Submitted , which
represents the submitted status of the message. |
static PropertyKey |
MESSAGE_TEXT
Key that represents the Compoze property Message.Text , which
is the plain text body of the message. |
static PropertyKey |
MESSAGE_TIME_CREATED
Key that represents the Compoze property Message.TimeCreated , which
is the time that the message was created. |
static PropertyKey |
MESSAGE_TIME_EXPIRED
Key that represents the Compoze property Message.TimeExpired , which
is the time that the message expires and may safely be deleted. |
static PropertyKey |
MESSAGE_TIME_LAST_MODIFIED
Key that represents the Compoze property Message.TimeLastModified , which
is the time that the message was last modified. |
static PropertyKey |
MESSAGE_TIME_RECEIVED
Key that represents the Compoze property Message.TimeReceived , which
is the time that the message was received. |
static PropertyKey |
MESSAGE_TIME_SENT
Key that represents the Compoze property Message.TimeSent , which
is the time that the message was sent by Exchange. |
static PropertyKey |
MESSAGE_TYPE
Key that represents the Compoze property Message.Type , which
is the type of the message (for example, IPM.Note ,
IPM.Appointment or IPM.Schedule.Meeting.Request ). |
static PropertyKey |
MESSAGE_UNREAD
Key that represents the Compoze property Message.Unread , which
flags if a message has not been read. |
static PropertyKey |
MHS_COMMON_NAME
Key that represents the MAPI property MHS_COMMON_NAME ,
which is the Exchange alias. |
static PropertyKey |
MIDDLE_NAME
Key that represents the MAPI property MIDDLE_NAME ,
which is the middle name. |
static PropertyKey |
MILEAGE
Key that represents the MAPI property MILEAGE ,
which is the mileage. |
static PropertyKey |
MOBILE_TELEPHONE_NUMBER
Key that represents the MAPI property MOBILE_TELEPHONE_NUMBER ,
which is the mobile telephone number. |
static PropertyKey |
NICKNAME
Key that represents the MAPI property NICKNAME ,
which is the nickname. |
static PropertyKey |
OFFICE_LOCATION
Key that represents the MAPI property OFFICE_LOCATION ,
which is the office location. |
static PropertyKey |
ORIGINAL_SUBJECT
Key that represents the MAPI property ORIGINAL_SUBJECT ,
which is the original subject. |
static PropertyKey |
OTHER_ADDRESS_CITY
Key that represents the MAPI property OTHER_ADDRESS_CITY ,
which is the other address city. |
static PropertyKey |
OTHER_ADDRESS_COUNTRY
Key that represents the MAPI property OTHER_ADDRESS_COUNTRY ,
which is the other address country. |
static PropertyKey |
OTHER_ADDRESS_POST_OFFICE_BOX
Key that represents the MAPI property OTHER_ADDRESS_POST_OFFICE_BOX ,
which is the other address post office box. |
static PropertyKey |
OTHER_ADDRESS_POSTAL_CODE
Key that represents the MAPI property OTHER_ADDRESS_POSTAL_CODE ,
which is the other address postal code. |
static PropertyKey |
OTHER_ADDRESS_STATE_OR_PROVINCE
Key that represents the MAPI property OTHER_ADDRESS_STATE_OR_PROVINCE ,
which is the other address state or province. |
static PropertyKey |
OTHER_ADDRESS_STREET
Key that represents the MAPI property OTHER_ADDRESS_STREET ,
which is the other address street. |
static PropertyKey |
OTHER_TELEPHONE_NUMBER
Key that represents the MAPI property OTHER_TELEPHONE_NUMBER ,
which is the other telephone number. |
static PropertyKey |
PAGER_TELEPHONE_NUMBER
Key that represents the MAPI property PAGER_TELEPHONE_NUMBER ,
which is the pager telephone number. |
static PropertyKey |
PERSONAL_HOME_PAGE
Key that represents the MAPI property PERSONAL_HOME_PAGE ,
which is the business home page. |
static PropertyKey |
POSTAL_CODE
Key that represents the MAPI property POSTAL_CODE ,
which is the postal code. |
static PropertyKey |
PRIMARY_FAX_NUMBER
Key that represents the MAPI property PRIMARY_FAX_NUMBER ,
which is the primary fax number. |
static PropertyKey |
PRIMARY_TELEPHONE_NUMBER
Key that represents the MAPI property PRIMARY_TELEPHONE_NUMBER ,
which is the primary telephone number. |
static PropertyKey |
PROFESSION
Key that represents the MAPI property PROFESSION ,
which is the profession. |
static PropertyKey |
RADIO_TELEPHONE_NUMBER
Key that represents the MAPI property RADIO_TELEPHONE_NUMBER ,
which is the radio telephone number. |
static PropertyKey |
REFERRED_BY_NAME
Key that represents the MAPI property REFERRED_BY_NAME ,
which is the referred by name. |
static PropertyKey |
SELECTED_MAILING_ADDRESS
Key that represents the MAPI property SELECTED_MAILING_ADDRESS ,
which is the selected mailing address. |
static PropertyKey |
SENT_REPRESENTING_NAME
Key that represents the MAPI property SENT_REPRESENTING_NAME ,
which is the true display name of the sender. |
static PropertyKey |
SERVICE_ATTACHMENT_DIRECTORY
Key that represents the Compoze Property Service.AttachmentDirectory . |
static PropertyKey |
SERVICE_CLIENT_VERSION_CHECK
Key that represents the Compoze Property Service.ClientVersionCheck . |
static PropertyKey |
SERVICE_GAL_DOMAIN
Key that represents the Compoze Property Service.GalDomain . |
static PropertyKey |
SERVICE_GAL_MAILBOX
Key that represents the Compoze Property Service.GalMailbox . |
static PropertyKey |
SERVICE_GAL_PASSWORD
Key that represents the Compoze Property Service.GalPassword . |
static PropertyKey |
SERVICE_GAL_SERVER
Key that represents the Compoze Property Service.GalServer . |
static PropertyKey |
SERVICE_GAL_USERNAME
Key that represents the Compoze Property Service.GalUsername . |
static PropertyKey |
SERVICE_LICENSEE
Key that represents the Compoze Property Service.Licensee . |
static PropertyKey |
SERVICE_LOG_COM_ERRORS
Key that represents the Compoze Property Service.LogComErrors . |
static PropertyKey |
SERVICE_LOG_LEVEL
Key that represents the Compoze Property Service.LogLevel . |
static PropertyKey |
SERVICE_LOGON_TYPE
Key that represents the Compoze Property Service.LogonType . |
static PropertyKey |
SERVICE_PRODUCTION_KEY
Key that represents the Compoze Property Service.ProductionKey . |
static PropertyKey |
SERVICE_PROFILING_ENABLED
Key that represents the Compoze Property Service.ProfilingEnabled . |
static PropertyKey |
SERVICE_SESSION_TIMEOUT_SECS
Key that represents the Compoze Property Service.SessionTimeoutSecs . |
static PropertyKey |
SERVICE_SOAP_MAX_POST_SIZE
Key that represents the Compoze Property Service.SoapMaxPostSize . |
static PropertyKey |
SERVICE_SOAP_NO_NAGLING
Key that represents the Compoze Property Service.SoapNoNagling . |
static PropertyKey |
SERVICE_SOAP_NUM_THREADS
Key that represents the Compoze Property Service.SoapNumThreads . |
static PropertyKey |
SERVICE_SOAP_OBJ_CACHED_PER_THREAD
Key that represents the Compoze Property Service.SoapObjCachedPerThread . |
static PropertyKey |
SERVICE_TERMINATE_HOURS
Key that represents the Compoze Property Service.TerminateHours . |
static PropertyKey |
SERVICE_TERMINATE_MAX_SESSIONS
Key that represents the Compoze Property Service.TerminateMaxSessions . |
static PropertyKey |
SESSION_OPTION_BUSINESS_DAY_END_TIME
Key that represents the Compoze Property SessionOption.BusinessDayEndTime , which is the end of the
business day for the user. |
static PropertyKey |
SESSION_OPTION_BUSINESS_DAY_START_TIME
Key that represents the Compoze Property SessionOption.BusinessDayStartTime , which is the start of the
business day for the user. |
static PropertyKey |
SESSION_OPTION_CALENDAR_STORE
Key that represents the Compoze Property SessionOption.CalendarStore , which is the current calendar
store, typically Outlook. |
static PropertyKey |
SESSION_OPTION_FIRST_DAY_OF_WEEK
Key that represents the Compoze Property SessionOption.FirstDayOfWeek , which is the first day of the
week for the user, typically Sunday. |
static PropertyKey |
SESSION_OPTION_IS_24_HOUR_CLOCK
Key that represents the Compoze Property SessionOption.Is24HourClock , which sets whether or not the 24
hour clock should be used. |
static PropertyKey |
SESSION_OPTION_TIME_ZONE
Key that represents the Compoze Property SessionOption.TimeZone , which sets the time zone of the session. |
static PropertyKey |
SESSION_OPTION_WORKING_DAYS
Key that represents the Compoze Property SessionOption.WorkingDays , which sets the days of the week that
are designated as working days for the user. |
static PropertyKey |
SPOUSE_NAME
Key that represents the MAPI property SPOUSE_NAME ,
which is the spouse name. |
static PropertyKey |
STATE_OR_PROVINCE
Key that represents the MAPI property STATE_OR_PROVINCE ,
which is the state or province. |
static PropertyKey |
STREET_ADDRESS
Key that represents the MAPI property STREET_ADDRESS ,
which is the street address. |
static PropertyKey |
SURNAME
Key that represents the MAPI property SURNAME ,
which is the surname. |
static PropertyKey |
TASK_ACTUAL_WORK
Key that represents the MAPI property TASK_ACTUAL_WORK ,
which is the task actual work. |
static PropertyKey |
TASK_COMPLETE
Key that represents the MAPI property TASK_COMPLETE ,
which is the task complete. |
static PropertyKey |
TASK_DATE_COMPLETED
Key that represents the MAPI property TASK_DATE_COMPLETED ,
which is the task date completed. |
static PropertyKey |
TASK_DUE_DATE
Key that represents the MAPI property TASK_DUE_DATE ,
which is the task due date. |
static PropertyKey |
TASK_DURATION
Key that represents the MAPI property TASK_DURATION ,
which is the task duration. |
static PropertyKey |
TASK_IS_RECURRING
Key that represents the MAPI property TASK_IS_RECURRING ,
which is a flag that indicates if a task is recurring or not. |
static PropertyKey |
TASK_PERCENT_COMPLETE
Key that represents the MAPI property TASK_PERCENT_COMPLETE ,
which is the task percent complete. |
static PropertyKey |
TASK_RECURRENCE_PATTERN
Key that represents the MAPI property TASK_RECURRENCE_PATTERN ,
which is the recurrence pattern for a task |
static PropertyKey |
TASK_REMINDER_DATE
Key that represents the MAPI property TASK_REMINDER_DATE ,
which is a date representing the task reminder date. |
static PropertyKey |
TASK_REMINDER_SET
Key that represents the MAPI property TASK_REMINDER_SET ,
which is a boolean representing if the task has a reminder. |
static PropertyKey |
TASK_START_DATE
Key that represents the MAPI property TASK_START_DATE ,
which is the task start date. |
static PropertyKey |
TASK_STATUS
Key that represents the MAPI property TASK_STATUS ,
which is the task status. |
static PropertyKey |
TASK_TOTAL_WORK
Key that represents the MAPI property TASK_TOTAL_WORK ,
which is the task total work. |
static PropertyKey |
TELEX_NUMBER
Key that represents the MAPI property TELEX_NUMBER ,
which is the telex number. |
static PropertyKey |
TITLE
Key that represents the MAPI property TITLE ,
which is the title. |
static PropertyKey |
TTYTDD_PHONE_NUMBER
Key that represents the MAPI property TTYTDD_PHONE_NUMBER ,
which is the TTYTDD phone number. |
static PropertyKey |
USER_FIELD_1
Key that represents the MAPI property USER_FIELD_1 ,
which is the user field 1. |
static PropertyKey |
USER_FIELD_2
Key that represents the MAPI property USER_FIELD_2 ,
which is the user field 2. |
static PropertyKey |
USER_FIELD_3
Key that represents the MAPI property USER_FIELD_3 ,
which is the user field 3. |
static PropertyKey |
USER_FIELD_4
Key that represents the MAPI property USER_FIELD_4 ,
which is the user field 4. |
static int |
VALUE_ARRAY
|
static int |
VALUE_BLOB
|
static int |
VALUE_BOOLEAN
|
static int |
VALUE_DATE
|
static int |
VALUE_DOUBLE
|
static int |
VALUE_EMPTY
|
static int |
VALUE_INTEGER
|
static int |
VALUE_LONG
|
static int |
VALUE_STRING
|
static int |
VALUE_UNKNOWN
|
static PropertyKey |
WEDDING_ANNIVERSARY
Key that represents the MAPI property WEDDING_ANNIVERSARY ,
which is the wedding anniversary. |
Constructor Summary | |
protected |
PropertyKey(java.lang.String sKey,
int iValueType,
int iKeyType,
java.lang.Class classValue)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Equals. |
java.lang.String |
getKey()
Gets the key of the property. |
int |
getKeyType()
Gets the type of a key for the property. |
static java.util.List |
getList()
Return the list of property keys |
java.lang.Class |
getValueClass()
Return the list of property keys |
int |
getValueType()
Gets the type of a value for the property. |
int |
hashCode()
Gets a hash code for the key. |
boolean |
isArray()
Returns true if the value type of the property is an array. |
protected void |
setKey(java.lang.String sKey)
Sets the key of the property. |
java.lang.String |
toString()
Creates a string representation of the key. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static java.util.List m_listKeys
public static final int VALUE_UNKNOWN
public static final int VALUE_ARRAY
public static final int VALUE_BOOLEAN
public static final int VALUE_DATE
public static final int VALUE_DOUBLE
public static final int VALUE_EMPTY
public static final int VALUE_INTEGER
public static final int VALUE_LONG
public static final int VALUE_STRING
public static final int VALUE_BLOB
public static final int KEY_FOLDER
public static final int KEY_MESSAGE
public static final int KEY_ADDRESS_ENTRY
public static final int KEY_SERVICE
public static final int KEY_SESSION_OPTION
public static final int KEY_ADDRESS_ENTRY_FILTER
public static final int KEY_ATTACHMENT
public static final PropertyKey CONTAINER_CLASS
CONTAINER_CLASS
, which
indicates the type of a folder.Folder.getFolderType()
public static final PropertyKey BUSINESS_HOME_PAGE
BUSINESS_HOME_PAGE
,
which is the business home page.public static final PropertyKey PERSONAL_HOME_PAGE
PERSONAL_HOME_PAGE
,
which is the business home page.public static final PropertyKey GIVEN_NAME
GIVEN_NAME
,
which is the given name.public static final PropertyKey MIDDLE_NAME
MIDDLE_NAME
,
which is the middle name.public static final PropertyKey SURNAME
SURNAME
,
which is the surname.public static final PropertyKey GENERATION
GENERATION
,
which is the generation (or suffix).public static final PropertyKey CALLBACK_TELEPHONE_NUMBER
CALLBACK_TELEPHONE_NUMBER
,
which is the callback telephone number.public static final PropertyKey CAR_TELEPHONE_NUMBER
CAR_TELEPHONE_NUMBER
,
which is the car telephone number.public static final PropertyKey BUSINESS_FAX_NUMBER
BUSINESS_FAX_NUMBER
,
which is the business fax number.public static final PropertyKey ASSISTANT_TELEPHONE_NUMBER
ASSISTANT_TELEPHONE_NUMBER
,
which is the assistant telephone number.public static final PropertyKey BUSINESS_TELEPHONE_NUMBER
BUSINESS_TELEPHONE_NUMBER
,
which is the business telephone number.public static final PropertyKey COMPANY_MAIN_PHONE_NUMBER
COMPANY_MAIN_PHONE_NUMBER
,
which is the company main phone number.public static final PropertyKey BUSINESS2_TELEPHONE_NUMBER
BUSINESS2_TELEPHONE_NUMBER
,
which is the business2 telephone number.public static final PropertyKey COMPANY_NAME
COMPANY_NAME
,
which is the company name.public static final PropertyKey COUNTRY
COUNTRY
,
which is the country.public static final PropertyKey DEPARTMENT_NAME
DEPARTMENT_NAME
,
which is the department name.public static final PropertyKey MANAGER_NAME
MANAGER_NAME
,
which is the manager name.public static final PropertyKey OFFICE_LOCATION
OFFICE_LOCATION
,
which is the office location.public static final PropertyKey LOCATION
LOCATION
,
which is the location.public static final PropertyKey REFERRED_BY_NAME
REFERRED_BY_NAME
,
which is the referred by name.public static final PropertyKey ASSISTANT
ASSISTANT
,
which is the assistant.public static final PropertyKey PROFESSION
PROFESSION
,
which is the profession.public static final PropertyKey NICKNAME
NICKNAME
,
which is the nickname.public static final PropertyKey SPOUSE_NAME
SPOUSE_NAME
,
which is the spouse name.public static final PropertyKey ACCOUNT
ACCOUNT
,
which is the account.public static final PropertyKey GENDER
GENDER
,
which is the gender.public static final PropertyKey ORIGINAL_SUBJECT
ORIGINAL_SUBJECT
,
which is the original subject.public static final PropertyKey COMPUTER_NETWORK_NAME
COMPUTER_NETWORK_NAME
,
which is the computer network name.public static final PropertyKey HOBBIES
HOBBIES
,
which is the hobbies.public static final PropertyKey LANGUAGE
LANGUAGE
,
which is the language.public static final PropertyKey DISPLAY_NAME
DISPLAY_NAME
,
which is the display name.public static final PropertyKey HOME_FAX_NUMBER
HOME_FAX_NUMBER
,
which is the home fax number.public static final PropertyKey ISDN_NUMBER
ISDN_NUMBER
,
which is the ISDN number.public static final PropertyKey HOME_TELEPHONE_NUMBER
HOME_TELEPHONE_NUMBER
,
which is the home telephone number.public static final PropertyKey HOME2_TELEPHONE_NUMBER
HOME2_TELEPHONE_NUMBER
,
which is the home2 telephone number.public static final PropertyKey INITIALS
INITIALS
,
which is the initials.public static final PropertyKey FTP_SITE
FTP_SITE
,
which is the Ftp site.public static final PropertyKey MOBILE_TELEPHONE_NUMBER
MOBILE_TELEPHONE_NUMBER
,
which is the mobile telephone number.public static final PropertyKey LOCALITY
LOCALITY
,
which is the locality.public static final PropertyKey OTHER_TELEPHONE_NUMBER
OTHER_TELEPHONE_NUMBER
,
which is the other telephone number.public static final PropertyKey PAGER_TELEPHONE_NUMBER
PAGER_TELEPHONE_NUMBER
,
which is the pager telephone number.public static final PropertyKey POSTAL_CODE
POSTAL_CODE
,
which is the postal code.public static final PropertyKey PRIMARY_TELEPHONE_NUMBER
PRIMARY_TELEPHONE_NUMBER
,
which is the primary telephone number.public static final PropertyKey PRIMARY_FAX_NUMBER
PRIMARY_FAX_NUMBER
,
which is the primary fax number.public static final PropertyKey RADIO_TELEPHONE_NUMBER
RADIO_TELEPHONE_NUMBER
,
which is the radio telephone number.public static final PropertyKey TELEX_NUMBER
TELEX_NUMBER
,
which is the telex number.public static final PropertyKey TTYTDD_PHONE_NUMBER
TTYTDD_PHONE_NUMBER
,
which is the TTYTDD phone number.public static final PropertyKey STATE_OR_PROVINCE
STATE_OR_PROVINCE
,
which is the state or province.public static final PropertyKey STREET_ADDRESS
STREET_ADDRESS
,
which is the street address.public static final PropertyKey HOME_ADDRESS_CITY
HOME_ADDRESS_CITY
,
which is the home address city.public static final PropertyKey HOME_ADDRESS_STREET
HOME_ADDRESS_STREET
,
which is the home address street.public static final PropertyKey HOME_ADDRESS_STATE_OR_PROVINCE
HOME_ADDRESS_STATE_OR_PROVINCE
,
which is the home address state or province.public static final PropertyKey HOME_ADDRESS_COUNTRY
HOME_ADDRESS_COUNTRY
,
which is the home address country.public static final PropertyKey HOME_ADDRESS_POST_OFFICE_BOX
HOME_ADDRESS_POST_OFFICE_BOX
,
which is the home address post office box.public static final PropertyKey HOME_ADDRESS_POSTAL_CODE
HOME_ADDRESS_POSTAL_CODE
,
which is the home address postal code.public static final PropertyKey OTHER_ADDRESS_CITY
OTHER_ADDRESS_CITY
,
which is the other address city.public static final PropertyKey OTHER_ADDRESS_STREET
OTHER_ADDRESS_STREET
,
which is the other address street.public static final PropertyKey OTHER_ADDRESS_STATE_OR_PROVINCE
OTHER_ADDRESS_STATE_OR_PROVINCE
,
which is the other address state or province.public static final PropertyKey OTHER_ADDRESS_COUNTRY
OTHER_ADDRESS_COUNTRY
,
which is the other address country.public static final PropertyKey OTHER_ADDRESS_POST_OFFICE_BOX
OTHER_ADDRESS_POST_OFFICE_BOX
,
which is the other address post office box.public static final PropertyKey OTHER_ADDRESS_POSTAL_CODE
OTHER_ADDRESS_POSTAL_CODE
,
which is the other address postal code.public static final PropertyKey SENT_REPRESENTING_NAME
SENT_REPRESENTING_NAME
,
which is the true display name of the sender.public static final PropertyKey BUSINESS_ADDRESS_CITY
BUSINESS_ADDRESS_CITY
,
which is the business address city.public static final PropertyKey BUSINESS_ADDRESS_STREET
BUSINESS_ADDRESS_STREET
,
which is the business address street.public static final PropertyKey BUSINESS_ADDRESS_STATE_OR_PROVINCE
BUSINESS_ADDRESS_STATE_OR_PROVINCE
,
which is the business address state or province.public static final PropertyKey BUSINESS_ADDRESS_COUNTRY
BUSINESS_ADDRESS_COUNTRY
,
which is the business address countrypublic static final PropertyKey BUSINESS_ADDRESS_POST_OFFICE_BOX
BUSINESS_ADDRESS_POST_OFFICE_BOX
,
which is the business address post office box.public static final PropertyKey BUSINESS_ADDRESS_POSTAL_CODE
BUSINESS_ADDRESS_POSTAL_CODE
,
which is the business address postal code.public static final PropertyKey TITLE
TITLE
,
which is the title.public static final PropertyKey EMAIL_ADDRESS
EMAIL_ADDRESS
,
which is the email address.public static final PropertyKey ADDRTYPE
ADDRTYPE
,
which is the address type.public static final PropertyKey CHILDREN_NAMES
CHILDREN_NAMES
,
which is the children names.public static final PropertyKey BIRTHDAY
BIRTHDAY
,
which is the birthday.public static final PropertyKey WEDDING_ANNIVERSARY
WEDDING_ANNIVERSARY
,
which is the wedding anniversary.public static final PropertyKey DISPLAY_NAME_PREFIX
DISPLAY_NAME_PREFIX
,
which is the display name prefix.public static final PropertyKey CONTACT_NAMES
CONTACT_NAMES
,
which is the contact names.public static final PropertyKey COMPANIES
COMPANIES
,
which is the companies.public static final PropertyKey CONTACT_IS_DISTRIBUTION_LIST
Contact.IsDistributionList
,
which is whether a contact is a distribution list.public static final PropertyKey CONTACT_DISTRIBUTION_LIST
Contact.DistributionList
,
which is information about a distribution list.public static final PropertyKey JOURNAL_ENTRY_TYPE
JOURNAL_ENTRY_TYPE
,
which is the journal entry type.public static final PropertyKey JOURNAL_ENTRY
JOURNAL_ENTRY
,
which is the journal entry.public static final PropertyKey JOURNAL_START_DATE
JOURNAL_START_DATE
,
which is the journal start date.public static final PropertyKey JOURNAL_END_DATE
JOURNAL_END_DATE
,
which is the journal end date.public static final PropertyKey JOURNAL_DURATION
JOURNAL_DURATION
,
which is the journal duration.public static final PropertyKey FLAG_STATUS
FLAG_STATUS
,
which is the flag status.Message.getFlagStatus()
,
Message.setFlagStatus(FlagStatus)
public static final PropertyKey FLAG_TEXT
FLAG_TEXT
,
which is the flag text.Message.getFlagText()
,
Message.setFlagText(String)
,
Message.setFlagText(FlagText)
public static final PropertyKey FILE_AS
FILE_AS
,
which is the file as.public static final PropertyKey EMAIL1_DISPLAY_NAME
EMAIL1_DISPLAY_NAME
,
which is the email1 display name.public static final PropertyKey EMAIL1_ADDRESS
EMAIL1_ADDRESS
,
which is the email1 address.public static final PropertyKey EMAIL1_ADDRESS_TYPE
EMAIL1_ADDRESS_TYPE
,
which is the email1 address type.public static final PropertyKey EMAIL2_DISPLAY_NAME
EMAIL2_DISPLAY_NAME
,
which is the email2 display name.public static final PropertyKey EMAIL2_ADDRESS
EMAIL2_ADDRESS
,
which is the email2 address.public static final PropertyKey EMAIL2_ADDRESS_TYPE
EMAIL2_ADDRESS_TYPE
,
which is the email2 address type.public static final PropertyKey EMAIL3_DISPLAY_NAME
EMAIL3_DISPLAY_NAME
,
which is the email3 display name.public static final PropertyKey EMAIL3_ADDRESS
EMAIL3_ADDRESS
,
which is the email3 address.public static final PropertyKey EMAIL3_ADDRESS_TYPE
EMAIL3_ADDRESS_TYPE
,
which is the email3 address type.public static final PropertyKey HOME_ADDRESS
HOME_ADDRESS
,
which is the home address.public static final PropertyKey IM_ADDRESS
IM_ADDRESS
,
which is the IM address.public static final PropertyKey SELECTED_MAILING_ADDRESS
SELECTED_MAILING_ADDRESS
,
which is the selected mailing address.public static final PropertyKey BILLING_INFO
BILLING_INFO
,
which is the billing info.public static final PropertyKey MILEAGE
MILEAGE
,
which is the mileage.public static final PropertyKey INTERNET_FREE_BUSY_ADDRESS
INTERNET_FREE_BUSY_ADDRESS
,
which is the Internet free/busy address.public static final PropertyKey USER_FIELD_1
USER_FIELD_1
,
which is the user field 1.public static final PropertyKey USER_FIELD_2
USER_FIELD_2
,
which is the user field 2.public static final PropertyKey USER_FIELD_3
USER_FIELD_3
,
which is the user field 3.public static final PropertyKey USER_FIELD_4
USER_FIELD_4
,
which is the user field 4.public static final PropertyKey TASK_START_DATE
TASK_START_DATE
,
which is the task start date.public static final PropertyKey TASK_DUE_DATE
TASK_DUE_DATE
,
which is the task due date.public static final PropertyKey TASK_DATE_COMPLETED
TASK_DATE_COMPLETED
,
which is the task date completed.public static final PropertyKey TASK_IS_RECURRING
TASK_IS_RECURRING
,
which is a flag that indicates if a task is recurring or not.public static final PropertyKey TASK_DURATION
TASK_DURATION
,
which is the task duration.public static final PropertyKey TASK_TOTAL_WORK
TASK_TOTAL_WORK
,
which is the task total work.public static final PropertyKey TASK_ACTUAL_WORK
TASK_ACTUAL_WORK
,
which is the task actual work.public static final PropertyKey TASK_STATUS
TASK_STATUS
,
which is the task status.public static final PropertyKey TASK_PERCENT_COMPLETE
TASK_PERCENT_COMPLETE
,
which is the task percent complete.public static final PropertyKey TASK_COMPLETE
TASK_COMPLETE
,
which is the task complete.public static final PropertyKey TASK_REMINDER_SET
TASK_REMINDER_SET
,
which is a boolean representing if the task has a reminder.public static final PropertyKey TASK_REMINDER_DATE
TASK_REMINDER_DATE
,
which is a date representing the task reminder date.public static final PropertyKey TASK_RECURRENCE_PATTERN
TASK_RECURRENCE_PATTERN
,
which is the recurrence pattern for a taskpublic static final PropertyKey COMMENT
COMMENT
,
which is a comment for an address entry.public static final PropertyKey MHS_COMMON_NAME
MHS_COMMON_NAME
,
which is the Exchange alias.public static final PropertyKey EMS_AB_HOME_MTA
EMS_AB_HOME_MTA
,
which is the home server of the user.public static final PropertyKey EMS_AB_ASSOC_NT_ACCOUNT
EMS_AB_ASSOC_NT_ACCOUNT
,
which is the SID of the primary account for the mailbox.public static final PropertyKey FOLDER_NAME
Folder.Name
, which is the
name of a folder.Folder.getName()
,
Folder.setName(String)
public static final PropertyKey FOLDER_ID
Folder.ID
, which is the
ID of a folder.Folder.getID()
public static final PropertyKey FOLDER_FOLDERID
Folder.FolderID
,
which is the ID of the parent folder.Folder.serverGetParentFolder(PropertyKey[])
public static final PropertyKey FOLDER_SUBFOLDER_COUNT
Folder.SubFolderCount
,
which is the count of subfolders on a folder.Folder.getSubFolderCount()
,
Folder.hasSubFolders()
public static final PropertyKey FOLDER_RELATIVE_DEPTH
Folder.RelativeDepth
,
which is the relative depth of a folder to the starting point if the query
that was made to retrieve it.Folder.getRelativeDepth()
public static final PropertyKey FOLDER_ABSOLUTE_NAME
Folder.AbsoluteName
,
which is the absolute name of a folder (including its full path relative to
the top of the information store).Folder.getAbsoluteName()
public static final PropertyKey FOLDER_MESSAGE_COUNT
Folder.MessageCount
,
which is the total number of messages in the folder.Folder.getMessageCount()
public static final PropertyKey FOLDER_MESSAGE_UNREAD_COUNT
Folder.MessageUnreadCount
,
which is the total number of unread messages in the folder.Folder.getUnreadMessageCount()
public static final PropertyKey MESSAGE_ATTACHMENT_COUNT
Message.AttachmentCount
, which
is the number of attachments on the message.Message.getAttachmentCount()
public static final PropertyKey MESSAGE_ATTACHMENT_INFO
Message.AttachmentInfo
, which
contains detailed information about each of the attachments on a message.Message.getAttachmentInfoArray()
,
Message.getAttachmentInfo(int)
public static final PropertyKey MESSAGE_RECIPIENT_INFO
Message.RecipientInfo
, which
contains information about each of the recipients on a message.Message.getRecipientInfoArray()
,
Message.getRecipientInfo(int)
public static final PropertyKey MESSAGE_RECIPIENT_INFO_OVERVIEW
Message.RecipientInfoOverview
, which contains information about
each of the recipients on a message (only gets the recipient index, display name
and recipient type).Message.getRecipientInfoArray()
,
Message.getRecipientInfo(int)
public static final PropertyKey MESSAGE_CATEGORIES
Message.Categories
, which
contains the categories of a message.Message.getCategories()
,
Message.setCategories(String[])
public static final PropertyKey MESSAGE_CONVERSATION_INDEX
Message.ConversationIndex
, which
contains the conversation index of a message (an index into a conversation,
which is a related group of messages).Message.getConversationIndex()
,
Message.setConversationIndex(String)
public static final PropertyKey MESSAGE_CONVERSATION_TOPIC
Message.ConversationTopic
, which
contains the conversation topic of a message (a description of what
conversation is going on).Message.getConversationTopic()
,
Message.setConversationTopic(String)
public static final PropertyKey MESSAGE_DELIVERY_RECEIPT
Message.DeliveryReceipt
, which
is a flag that indicates if a delivery receipt is requested for a message.
Whether or not a delivery receipt will actually be received after a message is
sent is up to the mail server.Message.getDeliveryReceipt()
,
Message.setDeliveryReceipt(boolean)
public static final PropertyKey MESSAGE_ENCRYPTED
Message.Encrypted
, which
flags a message as encrypted.Message.getEncrypted()
,
Message.setEncrypted(boolean)
public static final PropertyKey MESSAGE_FOLDERID
Message.FolderID
, which
is the ID of the folder the message is in.Message.getFolderID()
public static final PropertyKey MESSAGE_FOLDER_NAME
Message.FolderName
,
which is the name of the folder the message is in.Message.getFolderName()
public static final PropertyKey MESSAGE_ID
Message.ID
, which
is the ID of the message.Message.getID()
public static final PropertyKey MESSAGE_IMPORTANCE
Message.Importance
, which
is the importance of the message.Message.getImportance()
,
Message.setImportance(Importance)
public static final PropertyKey MESSAGE_IS_RECIPIENT
Message.IsRecipient
,
which is true if the current user is a recipient of the message.Message#isCurrentUserRecipient()
public static final PropertyKey MESSAGE_READ_RECEIPT
Message.ReadReceipt
, which
is a flag that indicates if a read receipt is requested for a message.
Whether or not a read receipt will actually be received after a message is
sent is up to the mail server.Message.getReadReceipt()
,
Message.setReadReceipt(boolean)
public static final PropertyKey MESSAGE_SENSITIVITY
Message.Sensitivity
, which
is the sensitivity of the message.Message.getSensitivity()
,
Message.setSensitivity(Sensitivity)
public static final PropertyKey MESSAGE_SENT
Message.Sent
, which
is a flag that indicates whether or not Exchange has actually sent the
message (meaning that the spooler has finished sending the message to its
destination server).Message.getSent()
,
Message.setSent(boolean)
public static final PropertyKey MESSAGE_SENDER
Message.Sender
, which
is the sender of the message.Message.getSender()
public static final PropertyKey MESSAGE_SENDER_ID
Message.SenderID
, which
is the address entry id of the sender of a message.Message.setSender(AddressEntry)
public static final PropertyKey MESSAGE_SIGNED
Message.Signed
, which
is a flag that indicates whether or not the message was digitally signed,
or a signature is requested. Flagging a message as signed does not mean that
it will actually be signed unless the underlying MAPI profile has been
configured with digital signatures.Message.getSigned()
,
Message.setSigned(boolean)
public static final PropertyKey MESSAGE_SIZE
Message.Size
, which
is the approximate size of a message in bytes, including its body, headers
and attachments. The Message.Size
property is considerably
larger than the size of Message.Text
.Message.getSize()
public static final PropertyKey MESSAGE_STOREID
Message.StoreID
, which
is the ID of the store that the message is in.Message.getStoreID()
public static final PropertyKey MESSAGE_SUBJECT
Message.Subject
, which
is the subject of the message.Message.getSubject()
,
Message.setSubject(String)
public static final PropertyKey MESSAGE_NORMALIZED_SUBJECT
0x0E1D001E
, which
is the subject of the message.Message.getSubject()
,
Message.setSubject(String)
public static final PropertyKey MESSAGE_RTF
Message.RTF
, which
is the RTF body of the message.public static final PropertyKey MESSAGE_SUBMITTED
Message.Submitted
, which
represents the submitted status of the message. This status has different
meanings depending on whether the message is being created for sending or
posting. For sending, Exchange sets the flag to true when Send
is called on the message. For posting (for example, placing a message in a
public folder), some viewers may not show the message until its
Submitted
property is true
, which could indicate
that a user has finished composing the post.Message.getSubmitted()
,
Message.setSubmitted(boolean)
public static final PropertyKey MESSAGE_TEXT
Message.Text
, which
is the plain text body of the message.Message.getText()
,
Message.setText(String)
public static final PropertyKey MESSAGE_TIME_CREATED
Message.TimeCreated
, which
is the time that the message was created.Message.getTimeCreated()
public static final PropertyKey MESSAGE_TIME_EXPIRED
Message.TimeExpired
, which
is the time that the message expires and may safely be deleted.Message.getTimeExpired()
,
Message.setTimeExpired(Date)
public static final PropertyKey MESSAGE_TIME_LAST_MODIFIED
Message.TimeLastModified
, which
is the time that the message was last modified.Message.getTimeLastModified()
public static final PropertyKey MESSAGE_TIME_RECEIVED
Message.TimeReceived
, which
is the time that the message was received.Message.getTimeReceived()
,
Message.setTimeReceived(Date)
public static final PropertyKey MESSAGE_TIME_SENT
Message.TimeSent
, which
is the time that the message was sent by Exchange.Message.getTimeSent()
,
Message.setTimeSent(Date)
public static final PropertyKey MESSAGE_TYPE
Message.Type
, which
is the type of the message (for example, IPM.Note
,
IPM.Appointment
or IPM.Schedule.Meeting.Request
).
The MessageType
class abstracts these Exchange strings away from
the programmer.MessageType
,
Message.getMessageType()
,
Message.setMessageType(MessageType)
public static final PropertyKey MESSAGE_UNREAD
Message.Unread
, which
flags if a message has not been read.Message.getUnread()
,
Message.setUnread(boolean)
public static final PropertyKey MESSAGE_ACTION_CODE
ACTION_CODE
, which
determines the action taken on a message (reply, forward).Message.getActionStatus()
,
ActionStatus
public static final PropertyKey MESSAGE_ACTION_FLAG
ACTION_FLAG
, which
determines the specific action taken on a message (reply, reply all, forward).Message.getActionStatus()
,
ActionStatus
public static final PropertyKey MESSAGE_ACTION_DATE
ACTION_DATE
, which
determines when a specific action was taken (reply, reply all, forward).Message.getActionStatus()
,
ActionStatus
public static final PropertyKey APPOINTMENT_ALL_DAY_EVENT
Appointment.AllDayEvent
, which
flags an appointment as lasting all day.Appointment.isAllDayEvent()
,
Appointment.setAllDayEvent(boolean)
public static final PropertyKey APPOINTMENT_BUSY_STATUS
Appointment.BusyStatus
, which
is the busy status of the user for the appointment (free, tentative, busy
or out of office).Appointment.getBusyStatus()
,
Appointment.setBusyStatus(BusyStatus)
public static final PropertyKey APPOINTMENT_DURATION
Appointment.Duration
, which
is the duration for the appointment.Appointment.getDuration()
public static final PropertyKey APPOINTMENT_END_TIME
Appointment.EndTime
, which
is the time that the appointment ends.Appointment.getEndTime()
,
Appointment.setDates(Date,Date)
public static final PropertyKey APPOINTMENT_IS_RECURRING
Appointment.IsRecurring
, which
is a flag that indicates whether or not an appointment recurs.Appointment.isRecurring()
public static final PropertyKey APPOINTMENT_LOCATION
Appointment.Location
, which
is the physical location where the appointment occurs.Appointment.getLocation()
,
Appointment.setLocation(String)
public static final PropertyKey APPOINTMENT_MEETING_RESPONSE_STATUS
Appointment.MeetingResponseStatus
, which is the response of
the user to the meeting request.Appointment.getMeetingResponseStatus()
,
Appointment.setMeetingResponseStatus(MeetingResponseStatus)
public static final PropertyKey APPOINTMENT_MEETING_STATUS
Appointment.MeetingStatus
, which is the overall meeting status
of the appointment.Appointment.getMeetingStatus()
,
Appointment.setMeetingStatus(MeetingStatus)
public static final PropertyKey APPOINTMENT_ORGANIZER
Appointment.Organizer
, which is the organizer for the appointment
(the user that initiated a meeting from the appointment).public static final PropertyKey APPOINTMENT_RECURRENCE_PATTERN
Appointment.RecurrencePattern
, which is the recurrence
parameters for the appointment.Appointment.getRecurrencePattern()
,
Appointment.setRecurrencePattern(RecurrencePattern)
public static final PropertyKey APPOINTMENT_REMINDER_MINUTES_BEFORE_START
Appointment.ReminderMinutesBeforeStart
, which is the number
of minutes before the start of the appointment to flag a reminder.Appointment.getReminderMinutesBeforeStart()
,
Appointment.setReminderMinutesBeforeStart(int)
public static final PropertyKey APPOINTMENT_REMINDER_SET
Appointment.ReminderSet
, which flags if a reminder is set on
the appointment.Appointment.isReminderSet()
,
Appointment.setReminderSet(boolean)
public static final PropertyKey APPOINTMENT_REPLY_TIME
Appointment.ReplyTime
, which is the date and time that the
recipient replied to the meeting request associated with the appointment.Appointment.getReplyTime()
,
Appointment.setReplyTime(Date)
public static final PropertyKey APPOINTMENT_RESPONSE_REQUESTED
Appointment.ResponseRequested
, which flags whether or not a
response is requested for a meeting request that is created for the
appointment.Appointment.isResponseRequested()
,
Appointment.setResponseRequested(boolean)
public static final PropertyKey APPOINTMENT_START_TIME
Appointment.StartTime
, which is the date and time that the
appointment starts.Appointment.getStartTime()
,
Appointment.setDates(Date,Date)
public static final PropertyKey APPOINTMENT_SERIES_ID
Appointment.SeriesID
, which is the ID of the series (read-only).Appointment.getSeriesID()
public static final PropertyKey APPOINTMENT_IS_ORGANIZER
Appointment.IsOrganizer
, which is true if the current user
is the organizer of the appointment.Appointment.isOrganizer()
public static final PropertyKey APPOINTMENT_IS_SPANNING
Appointment.IsSpanning
, which
flags an appointment as lasting all day.Appointment.isSpanning()
public static final PropertyKey ADDRESS_ENTRY_ADDRESS
AddressEntry.Address
, which is the email address of the
address entry.AddressEntry.getAddress()
public static final PropertyKey ADDRESS_ENTRY_DISPLAY_NAME
AddressEntry.DisplayName
, which is the display name of the
address entry.AddressEntry.getDisplayName()
public static final PropertyKey ADDRESS_ENTRY_DISPLAY_TYPE
AddressEntry.DisplayType
, which is the display type of the
address entry.AddressEntry.getDisplayType()
public static final PropertyKey ADDRESS_ENTRY_FREE_BUSY
AddressEntry.FreeBusy
, which is the free/busy information
for a user.AddressEntry.getFreeBusy()
public static final PropertyKey ADDRESS_ENTRY_ID
AddressEntry.ID
, which is the ID of the address entry.AddressEntry.getFreeBusy()
public static final PropertyKey ADDRESS_ENTRY_SMTP_EMAIL_ADDRESS
AddressEntry.SmtpEmailAddress
, which is the email address of the
address entry.AddressEntry.getSmtpEmailAddress()
public static final PropertyKey ADDRESS_ENTRY_TYPE
AddressEntry.Type
, which is the type of the address entry.AddressEntry.getSmtpEmailAddress()
public static final PropertyKey ADDRESS_ENTRY_PRIMARY_ACCOUNT
AddressEntry.PrimaryAccount
, which is the primary account
of the address entry (in the form DOMAIN\Username
).AddressEntry.getPrimaryAccount()
public static final PropertyKey ADDRESS_ENTRY_PRIMARY_ACCOUNT_SID
AddressEntry.PrimaryAccountSid
, which is the primary account
SID of the address entry.AddressEntry.getPrimaryAccount()
public static final PropertyKey ADDRESS_ENTRY_MEMBERS
AddressEntry.Members
, which is the list of members for a
distribution list.AddressEntry.getMembers()
public static final PropertyKey ADDRESS_ENTRY_MANAGER_NAME
AddressEntry.Manager
, which is the display name of the
manager for this address entry.AddressEntry.getManagerName()
public static final PropertyKey ADDRESS_ENTRY_MANAGER
AddressEntry.Manager
, which is the manager for this
address entry.AddressEntry.getManager(PropertyKey[])
public static final PropertyKey ADDRESS_ENTRY_FILTER_ADDRESS
AddressEntryFilter.Address
, which filters by the address property.public static final PropertyKey ADDRESS_ENTRY_FILTER_SMTP_EMAIL_ADDRESS
AddressEntryFilter.SmtpEmailAddress
, which filters by the SMTP
email address property.public static final PropertyKey ADDRESS_ENTRY_FILTER_DISPLAY_NAME
AddressEntryFilter.DisplayName
, which filters by the display
name property.public static final PropertyKey ADDRESS_ENTRY_FILTER_PRIMARY_ACCOUNT
AddressEntryFilter.PrimaryAccount
, which filters by the primary
account property (in the form domain\\username).public static final PropertyKey SERVICE_ATTACHMENT_DIRECTORY
Service.AttachmentDirectory
. This proeprty only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_CLIENT_VERSION_CHECK
Service.ClientVersionCheck
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_GAL_DOMAIN
Service.GalDomain
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_GAL_MAILBOX
Service.GalMailbox
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_GAL_PASSWORD
Service.GalPassword
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_GAL_SERVER
Service.GalServer
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_GAL_USERNAME
Service.GalUsername
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_LOG_COM_ERRORS
Service.LogComErrors
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_LOG_LEVEL
Service.LogLevel
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_LOGON_TYPE
Service.LogonType
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_PROFILING_ENABLED
Service.ProfilingEnabled
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_SESSION_TIMEOUT_SECS
Service.SessionTimeoutSecs
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_SOAP_MAX_POST_SIZE
Service.SoapMaxPostSize
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_SOAP_NO_NAGLING
Service.SoapNoNagling
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_SOAP_NUM_THREADS
Service.SoapNumThreads
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_SOAP_OBJ_CACHED_PER_THREAD
Service.SoapObjCachedPerThread
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_TERMINATE_HOURS
Service.TerminateHours
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_TERMINATE_MAX_SESSIONS
Service.TerminateMaxSessions
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_LICENSEE
Service.Licensee
. This property only applies
when the protocol is SOAP.public static final PropertyKey SERVICE_PRODUCTION_KEY
Service.ProductionKey
. This property only applies
when the protocol is SOAP.public static final PropertyKey SESSION_OPTION_BUSINESS_DAY_END_TIME
SessionOption.BusinessDayEndTime
, which is the end of the
business day for the user.public static final PropertyKey SESSION_OPTION_BUSINESS_DAY_START_TIME
SessionOption.BusinessDayStartTime
, which is the start of the
business day for the user.public static final PropertyKey SESSION_OPTION_CALENDAR_STORE
SessionOption.CalendarStore
, which is the current calendar
store, typically Outlook.public static final PropertyKey SESSION_OPTION_FIRST_DAY_OF_WEEK
SessionOption.FirstDayOfWeek
, which is the first day of the
week for the user, typically Sunday.public static final PropertyKey SESSION_OPTION_IS_24_HOUR_CLOCK
SessionOption.Is24HourClock
, which sets whether or not the 24
hour clock should be used.public static final PropertyKey SESSION_OPTION_TIME_ZONE
SessionOption.TimeZone
, which sets the time zone of the session.public static final PropertyKey SESSION_OPTION_WORKING_DAYS
SessionOption.WorkingDays
, which sets the days of the week that
are designated as working days for the user. The DaysOfWeek
class can generate values that are compatible with this setting.public static final PropertyKey ATTACHMENT_INDEX
Attachment.Index
, which is the index of the attachment.Attachment.getIndex()
public static final PropertyKey ATTACHMENT_NAME
Attachment.Name
, which is the name of the attachment.Attachment.getName()
public static final PropertyKey ATTACHMENT_POSITION
Attachment.Position
, which is the position of the attachment
in the message.Attachment.getPosition()
public static final PropertyKey ATTACHMENT_TYPE
Attachment.Type
, which is the type of attachment.Attachment.getType()
,
AttachmentType
public static final PropertyKey ATTACHMENT_EXTENSION
PR_ATTACH_EXTENSION
,
which is the extension of the attachment.Attachment.getExtension()
public static final PropertyKey ATTACHMENT_LONG_FILENAME
PR_ATTACH_LONG_FILENAME
,
which is the long name of the attachment.Attachment.getLongName()
public static final PropertyKey ATTACHMENT_SIZE
PR_ATTACH_SIZE
, which
is the actual size in bytes of the attachment.Attachment.getSize()
public static final PropertyKey ATTACHMENT_CREATION_TIME
PR_CREATION_TIME
,
which is the date the attachment was created.Attachment.getDateCreated()
public static final PropertyKey ATTACHMENT_DISPLAY_NAME
PR_DISPLAY_NAME
,
which is the display name of the attachment. This may not be the same
as the actual file name.Attachment.getDisplayName()
public static final PropertyKey ATTACHMENT_CONTENT_ID
PR_ATTACH_CONTENT_ID
,
which is content id specifically for inline attachments.Attachment.getContentID()
public static final PropertyKey ATTACHMENT_MIME_TAG
PR_ATTACH_MIME_TAG
,
which is a MIME content type for an inline attachment.Attachment.getMimeTag()
public static final PropertyKey ATTACHMENT_RENDERING_POSITION
PR_RENDERING_POSITION
,
which is an RTF inline rendering index.Attachment.getRenderingPosition()
Constructor Detail |
protected PropertyKey(java.lang.String sKey, int iValueType, int iKeyType, java.lang.Class classValue)
sKey
- the keyiValueType
- the value type (one of the VALUE_
constants)iKeyType
- the key type (one of the KEY_
constants)Method Detail |
protected void setKey(java.lang.String sKey)
sKey
- the keypublic java.lang.String getKey()
public int getValueType()
VALUE_
constants)public int getKeyType()
KEY_
constants)public boolean isArray()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
the
- object to comparepublic java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List getList()
public java.lang.Class getValueClass()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |