A B C D E F G H I L M N O P R S T U V W

A

AbstractMessage - Class in com.aspose.network.outlook
Represents Abstract MAPI Message.
ASCII - Static variable in class com.aspose.network.outlook.OutlookMessageFormat
ASCII = 0

B

BuildVersionInfo - Class in com.aspose.network
Provides build version info.
BuildVersionInfo() - Constructor for class com.aspose.network.BuildVersionInfo
 

C

calcDataLong(long, long) - Static method in class com.aspose.network.outlook.MapiProperty
 
com.aspose.network - package com.aspose.network
 
com.aspose.network.outlook - package com.aspose.network.outlook
 
com.aspose.network.outlook.pst - package com.aspose.network.outlook.pst
 
COMPANY_CONFIDENTIAL - Static variable in class com.aspose.network.outlook.pst.MapiSensitivity
 
createMapiPropertyFromBytes(int, byte[]) - Static method in class com.aspose.network.outlook.MapiProperty
 
createMapiPropertyFromLong(int, int, int) - Static method in class com.aspose.network.outlook.MapiProperty
 
createMapiPropertyFromLong(int, int) - Static method in class com.aspose.network.outlook.MapiProperty
 

D

dispose() - Method in class com.aspose.network.outlook.pst.PersonalStorage
 

E

EMAIL_1_ADDRESS_TYPE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_1_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_1_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_2_ADDRESS_TYPE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_2_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_2_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_3_ADDRESS_TYPE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_3_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMAIL_3_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
EMBEDDED_MESSAGE - Static variable in class com.aspose.network.outlook.MapiAttachmentType
The attachment is an embedded message that is accessed via RopOpenEmbeddedMessage.
equals(Object) - Method in class com.aspose.network.outlook.MapiPropertyTag
 
equals(Object) - Method in class com.aspose.network.outlook.MapiPropertyType
 
extractContactInfo(MessageInfo) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Deprecated. 
extractEntryData(byte[]) - Method in class com.aspose.network.outlook.MapiNamedProperty
 
extractMessage(MessageInfo) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Get the message from PST
extractMessage(byte[]) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Get the message from PST
extractMessage(String) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Get the message from PST

F

FAX_1_ADDRESS_TYPE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
FAX_1_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
FAX_2_ADDRESS_TYPE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
FAX_2_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
FAX_3_ADDRESS_TYPE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
FAX_3_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
FILE_UNDER - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
FLAG_PROPATTR_MANDATORY - Static variable in class com.aspose.network.outlook.MapiProperty
If this flag is set for a property, that property MUST NOT be deleted from the .MSG file (irrespective of which storage it is contained in) and implementers MUST return an error if any attempt is made to do so.
FLAG_PROPATTR_READABLE - Static variable in class com.aspose.network.outlook.MapiProperty
If this flag is not set on a property, that property MUST not be read from the .MSG file and implementers MUST return an error if any attempt is made to read it.
FLAG_PROPATTR_WRITABLE - Static variable in class com.aspose.network.outlook.MapiProperty
If this flag is not set on a property, that property MUST not be modified or deleted and implementers MUST return an error if any attempt is made to do so.
FolderInfo - Class in com.aspose.network.outlook.pst
Represents information about personal folder
FolderInfo() - Constructor for class com.aspose.network.outlook.pst.FolderInfo
 
FolderInfoCollection - Class in com.aspose.network.outlook.pst
 
FolderInfoCollection() - Constructor for class com.aspose.network.outlook.pst.FolderInfoCollection
 
FREE_BUSY_LOCATION - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
fromBytes(byte[]) - Static method in class com.aspose.network.outlook.pst.PersonalStorage
Load from bytes
fromFile(String) - Static method in class com.aspose.network.outlook.MapiMessage
Returns a MapiMessage instance which is loaded from the specified file.
fromFile(String) - Static method in class com.aspose.network.outlook.pst.PersonalStorage
Load from file
fromProperties(MapiPropertyCollection) - Static method in class com.aspose.network.outlook.MapiMessage
Creates an instance of MapiMessage from a collection of Mapi properties.
fromStream(InputStream) - Static method in class com.aspose.network.outlook.MapiMessage
Returns a MapiMessage instance which is loaded from the specified file.
fromStream(InputStream) - Static method in class com.aspose.network.outlook.pst.PersonalStorage
Load from stream

G

getAccount() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the account name of the contact
getAddress() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
Specifies the complete address of the contact's address
getAddressType() - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
Gets or sets the address type of an electronic address
getAddressType() - Method in class com.aspose.network.outlook.MapiRecipient
Gets the type of the address of the message recipient or sender.
getAssistant() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
Gets or sets the name of the contact's assistant
getAssistantTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the telephone number of the contact's assistant
getAttachments() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the attachments in the message.
getAttachmentType() - Method in class com.aspose.network.outlook.MapiAttachment
Gets the attachment type.
getAttachmentType(int) - Static method in class com.aspose.network.outlook.MapiAttachmentType
Gets MapiAttachmentType
getBinaryData() - Method in class com.aspose.network.outlook.MapiAttachment
Gets the binary data by using MapiPropertyTag.PR_ATTACH_DATA_BIN tag.
getBirthday() - Method in class com.aspose.network.outlook.MapiContactEventPropertySet
/// Specifies the birthday of the contact
getBody() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the message text.
getBody() - Method in interface com.aspose.network.outlook.IMapiMessageItem
Gets message body
getBody() - Method in class com.aspose.network.outlook.MapiContact
 
getBody() - Method in class com.aspose.network.outlook.MapiNote
Gets the text content of the Note object
getBodyRtf() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the decompressed RTF formatted message text.
getBoolean() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as boolean.
getBusiness2TelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the second business telephone number
getBusinessFax() - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
Refers to the group of properties that define the business fax address for a contact.
getBusinessHomePage() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the contact's business web page URL
getBusinessTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the business telephone number
getByPropertyName(MapiPropertyName) - Method in class com.aspose.network.outlook.MapiPropertyCollection
Returns property by its name.
getByte() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first byte of the binary data as byte.
getCallbackTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the callback telephone number
getCarTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the car telephone number
getCity() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
Specifies the city or locality portion of the contact's address
getClientSubmitTime() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the client submit time of the message.
getCodePage() - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets code page using MapiPropertyTag.PR_INTERNET_CPID
getColor() - Method in class com.aspose.network.outlook.MapiNote
Gets the suggested background color of the Note object
getCompanyMainTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the company phone number
getCompanyName() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
Gets or sets the company that employs the contact
getComputerNetworkName() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the name of the network to which the contact's computer is connected
getContainerClass() - Method in class com.aspose.network.outlook.pst.FolderInfo
Container class of the folder object
getContentCount() - Method in class com.aspose.network.outlook.pst.FolderInfo
Total number of items in the folder
getContents() - Method in class com.aspose.network.outlook.pst.FolderInfo
Get collection of messages
getContentUnreadCount() - Method in class com.aspose.network.outlook.pst.FolderInfo
Number of unread items in the folder
getConversationTopic() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the topic of the first message in a conversation thread.
getCountry() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
Specifies the country or region portion of the contact's address
getCountryCode() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
Specifies the country code portion of the contact's address
getCreationDate() - Method in class com.aspose.network.outlook.MapiNote
Gets creation date of note
getCustomerId() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the contact's customer ID number
getData() - Method in class com.aspose.network.outlook.MapiProperty
Gets the binary data.
getDataType(short) - Static method in class com.aspose.network.outlook.MapiPropertyType
Gets the MapiPropertyType of the value that is represented by the tag.
getDate() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as datetime.
getDefaultTagName() - Method in class com.aspose.network.outlook.MapiPropertyTag
 
getDepartmentName() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
Gets or sets the name of the department to which the contact belongs
getDisplayBcc() - Method in class com.aspose.network.outlook.AbstractMessage
Gets a list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;).
getDisplayCc() - Method in class com.aspose.network.outlook.AbstractMessage
Gets a list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;).
getDisplayCC() - Method in class com.aspose.network.outlook.pst.MessageInfo
CC: line
getDisplayName() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the display name for the message.
getDisplayName() - Method in class com.aspose.network.outlook.MapiAttachment
Gets the display name of the ole object in an attachment.
getDisplayName() - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
Gets or sets the user-readable display name for the e-mail address
getDisplayName() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the full name of the contact
getDisplayName() - Method in class com.aspose.network.outlook.MapiRecipient
Gets the display name of the message recipient or sender.
getDisplayName() - Method in class com.aspose.network.outlook.pst.FolderInfo
Display name of folder
getDisplayName() - Method in class com.aspose.network.outlook.pst.PersonalStorage
Display Name of PST
getDisplayNamePrefix() - Method in class com.aspose.network.outlook.AbstractMessage
Gets a prefix of the display name.
getDisplayNamePrefix() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the title of the contact
getDisplayTo() - Method in class com.aspose.network.outlook.AbstractMessage
Gets a list of the display names of the primary (To) message recipients, separated by semicolons (;).
getDisplayTo() - Method in class com.aspose.network.outlook.pst.MessageInfo
To: line
getDocumentName() - Method in class com.aspose.network.outlook.MapiObjectProperty
Gets the document name.
getDouble() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as double.
getElectronicAddresses() - Method in class com.aspose.network.outlook.MapiContact
Specify properties for up to three different e-mail addresses and three different fax addresses
getEmail1() - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
Refers to the group of properties that define the first e-mail address for a contact.
getEmail2() - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
Refers to the group of properties that define the second e-mail address for a contact.
getEmail3() - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
Refers to the group of properties that define the third e-mail address for a contact.
getEmailAddress() - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
Gets or sets the e-mail address of the contact
getEmailAddress() - Method in class com.aspose.network.outlook.MapiRecipient
Gets the email address of the message recipient or sender.
getEmbeddedMessage() - Method in class com.aspose.network.outlook.MapiAttachment
Gets the MapiEmbeddedMessage.
getEntryData() - Method in class com.aspose.network.outlook.MapiNamedProperty
 
getEntryId() - Method in class com.aspose.network.outlook.pst.FolderInfo
Gets the entry ID
getEntryId() - Method in class com.aspose.network.outlook.pst.MessageInfo
Gets the entry ID
getEntryIdString() - Method in class com.aspose.network.outlook.pst.FolderInfo
Gets string representation of entry ID
getEntryIdString() - Method in class com.aspose.network.outlook.pst.MessageInfo
Gets string representation of entry ID
getEvents() - Method in class com.aspose.network.outlook.MapiContact
Specify events associated with a contact
getExtension() - Method in class com.aspose.network.outlook.MapiAttachment
Gets a filename extension that indicates the document type of an attachment.
getFaxNumber() - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
Gets or sets the telephone number of the mail user's primary fax machine
getFileName() - Method in class com.aspose.network.outlook.MapiAttachment
Gets an attachment's base filename and extension, excluding path.
getFileUnder() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the name under which to file this contact when displaying a list of contacts
getFileVersion() - Static method in class com.aspose.network.BuildVersionInfo
Gets file version.
getFloat() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as float.
getFolder(String) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Deprecated. 
getFolder(byte[]) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Deprecated. 
getFolderById(byte[]) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Gets the personal folder from PST
getFolderById(String) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Gets the personal folder from PST
getFreeBusyLocation() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file
getFtpSite() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the contact's File Transfer Protocol (FTP) URL
getGender() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the gender of the contact
getGeneration() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the generation suffix of the contact
getGivenName() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the given name (first name) of the contact
getGovernmentIdNumber() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the contact's government ID number
getGuid() - Method in class com.aspose.network.outlook.MapiNamedProperty
gets named property GUID
getGuidIndex() - Method in class com.aspose.network.outlook.MapiNamedProperty
 
getHeight() - Method in class com.aspose.network.outlook.MapiNote
Gets height of the visible message window in pixels
getHobbies() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the hobbies of the contact
getHome2TelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets a second home telephone number
getHomeAddress() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddressPropertySet
Specifies the address of the contact's home
getHomeFax() - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
Refers to the group of properties that define the home fax address for a contact.
getHomeTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the home telephone number
getHtml() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the contact's business web page URL
getId() - Method in class com.aspose.network.outlook.MapiAttachmentType
Gets the id of the type.
getId() - Method in class com.aspose.network.outlook.MapiPropertyTag
Gets the id of the tag.
getId() - Method in class com.aspose.network.outlook.MapiPropertyType
Gets the id of the tag.
getIdentifier() - Method in class com.aspose.network.outlook.MapiProperty
Gets the identifier of the named property.
getIdentifier() - Method in class com.aspose.network.outlook.MapiPropertyName
Gets the identifier of the property.
getImportance() - Method in class com.aspose.network.outlook.pst.MessageInfo
Importance
getInitials() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the initials of the contact
getInstantMessagingAddress() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the contact's instant messaging address
getInt() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as int.
getInternetMessageId() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the message id of the message.
getInternetMessageId(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the message id of the message.
getIsdnNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the integrated services digital network (ISDN) number
getKind() - Method in class com.aspose.network.outlook.MapiNamedProperty
gets named property kind
getLanguage() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the language that the contact uses
getLocation() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the location of the contact
getLong() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as long.
getLongFileName() - Method in class com.aspose.network.outlook.MapiAttachment
Gets an attachment's long filename and extension, excluding path.
getManagerName() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
Gets or sets the name of the contact's manager
getMessage(MessageInfo) - Method in class com.aspose.network.outlook.pst.PersonalStorage
Deprecated. 
getMessageClass() - Method in class com.aspose.network.outlook.AbstractMessage
Gets message class.
getMessageClass() - Method in interface com.aspose.network.outlook.IMapiMessageItem
Gets message class
getMessageClass() - Method in class com.aspose.network.outlook.MapiContact
 
getMessageClass() - Method in class com.aspose.network.outlook.MapiNote
 
getMessageClass() - Method in class com.aspose.network.outlook.pst.MessageInfo
Message class
getMessageFlag(int) - Static method in class com.aspose.network.outlook.MapiMessageFlag
Gets MapiMessageFlag
getMessageFormat(int) - Static method in class com.aspose.network.outlook.OutlookMessageFormat
Gets OutlookMessageFormat
getMiddleName() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the middle name of the contact
getMimeTag() - Method in class com.aspose.network.outlook.MapiAttachment
Gets formatting information about a Multipurpose Internet Mail Extensions (MIME) attachment.
getMobileTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the mobile telephone number
getName() - Method in class com.aspose.network.outlook.MapiProperty
Gets the name of the named property.
getName() - Method in class com.aspose.network.outlook.MapiPropertyName
Gets the name of the property.
getName() - Method in class com.aspose.network.outlook.MapiPropertyTag
Gets the name of the tag.
getName() - Method in class com.aspose.network.outlook.MapiPropertyType
Gets the name of tag.
getNamedPropertyMapping() - Method in class com.aspose.network.outlook.MapiMessage
Gets the named property mapping.
getNameId() - Method in class com.aspose.network.outlook.MapiNamedProperty
gets named property ID
getNameInfo() - Method in class com.aspose.network.outlook.MapiContact
The properties are used to specify the name of the person represented by the contact
getNickname() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the nickname of the contact
getNormalizedSubject() - Method in class com.aspose.network.outlook.AbstractMessage
Gets normalized subject of the message.
getNotes() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the additional notes
getObjectData() - Method in class com.aspose.network.outlook.MapiAttachment
 
getObjectType(int) - Static method in class com.aspose.network.outlook.MapiObjectType
Gets MapiObjectType
getOfficeLocation() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
Gets or sets the location of the office that the contact works in
getOom() - Method in class com.aspose.network.outlook.MapiNamedProperty
gets OOM value
getOrganizationalIdNumber() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies an organizational ID number for the contact
getOtherAddress() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddressPropertySet
Specifies the other contact's address
getOtherTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets an alternate telephone number
getPersonalHomePage() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the contact's personal web page URL
getPersonalInfo() - Method in class com.aspose.network.outlook.MapiContact
Specify other additional contact information
getPhysicalAddresses() - Method in class com.aspose.network.outlook.MapiContact
Specify three physical addresses: Home Address, Work Address, and Other Address.
getPostalCode() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
Specifies the postal code (ZIP code) portion of the contact's address
getPrimaryFax() - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
Refers to the group of properties that define the primary fax address for a contact.
getPrimaryTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the primary telephone number
getProduct() - Static method in class com.aspose.network.BuildVersionInfo
Gets product name.
getProfession() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
Gets or sets the profession of the contact
getProfessionalInfo() - Method in class com.aspose.network.outlook.MapiContact
Properties are used to store professional details for the person represented by the contact
getProperties() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the collection of properties.
getProperties() - Method in class com.aspose.network.outlook.MapiAttachment
 
getProperties() - Method in class com.aspose.network.outlook.MapiObjectProperty
Gets a collection of mapi properties.
getProperties() - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets the collection of properties.
getProperties() - Method in class com.aspose.network.outlook.MapiRecipient
 
getProperty(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty by MapiPropertyTag.
getPropertyBinary(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
 
getPropertyBooolean(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as Boolean value.
getPropertyByte(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as Byte value.
getPropertyDateTime(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as DateTime value.
getPropertyDouble(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as Double value.
getPropertyFloat(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as Float value.
getPropertyId() - Method in class com.aspose.network.outlook.MapiNamedProperty
 
getPropertyIndex() - Method in class com.aspose.network.outlook.MapiNamedProperty
 
getPropertyInt(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as Integer value.
getPropertyLong(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as Long value.
getPropertyName() - Method in class com.aspose.network.outlook.MapiProperty
Gets the MapiPropertyName.
getPropertyShort(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as Short value.
getPropertyString(short) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as String value.
getPropertyString(short, int) - Method in class com.aspose.network.outlook.MapiPropertyContainer
Gets MapiProperty value by MapiPropertyTag as String value.
getPropertyTag() - Method in class com.aspose.network.outlook.MapiProperty
Gets the property tag that specify mapi property
getPropertyTag(int) - Static method in class com.aspose.network.outlook.MapiPropertyTag
Gets the tag by specified id.
getPropertyTagName() - Method in class com.aspose.network.outlook.MapiProperty
Gets the PropertyTagName.
getRadioTelephoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the radio telephone number
getRecipientClass() - Method in class com.aspose.network.outlook.MapiRecipient
Gets the type of recipent.
getRecipientDisplayName() - Method in class com.aspose.network.outlook.MapiRecipient
Gets the recipient display name of the message recipient or sender.
getRecipients() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the recipients of the message.
getRecipientType() - Method in class com.aspose.network.outlook.MapiRecipient
Gets the type of the recipient or sender.
getRecipientType(int) - Static method in class com.aspose.network.outlook.MapiRecipientType
Gets MapiRecipientType
getReferredByName() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the name of the person who referred this contact to the user
getRootFolder() - Method in class com.aspose.network.outlook.pst.PersonalStorage
Gets the root folder of PST
getSenderAddressType() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the message sender's e-mail address type.
getSenderEmailAddress() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the message sender's e-mail address.
getSenderName() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the message sender's display name.
getSenderRepresentativeName() - Method in class com.aspose.network.outlook.pst.MessageInfo
Sender representative name
getSensitivity() - Method in class com.aspose.network.outlook.pst.MessageInfo
Sensitivity
getSentRepresentingAddressType() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the address type for the messaging user represented by the sender.
getSentRepresentingEmailAddress() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the e-mail address for the messaging user represented by the sender.
getSentRepresentingName() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the display name for the messaging user represented by the sender.
getShort() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as short.
getSigned() - Method in class com.aspose.network.outlook.MapiProperty
 
getSize() - Method in class com.aspose.network.outlook.MapiPropertyType
Gets the size of the value that is represented by the tag.
getSpouseName() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
Specifies the name of the contact's spouse/partner
getStateOrProvince() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
Specifies the state or province portion of the contact's address
getStreet() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
Specifies the street portion of the contact's address
getString() - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as string.
getString(int) - Method in class com.aspose.network.outlook.MapiProperty
Gets the first bytes of the binary data as string using code page.
getSubFolder(String) - Method in class com.aspose.network.outlook.pst.FolderInfo
Get subfolder
getSubFolders() - Method in class com.aspose.network.outlook.pst.FolderInfo
Gets collection of subfolders
getSubject() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the subject of the message.
getSubject() - Method in interface com.aspose.network.outlook.IMapiMessageItem
Gets message subject
getSubject() - Method in class com.aspose.network.outlook.MapiContact
 
getSubject() - Method in class com.aspose.network.outlook.MapiNote
Gets an abbreviated version of the contents of the note
getSubject() - Method in class com.aspose.network.outlook.pst.MessageInfo
Subject
getSubjectPrefix() - Method in class com.aspose.network.outlook.AbstractMessage
Gets a subject prefix that typically indicates some action on a message, such as "FW: " for forwarding.
getSurname() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
Gets or sets the surname (family name) of the contact
getTag() - Method in class com.aspose.network.outlook.MapiPropertyTag
Gets the tag.
getTagAsString() - Method in class com.aspose.network.outlook.MapiPropertyTag
Gets the tag as hex string.
getTelephones() - Method in class com.aspose.network.outlook.MapiContact
Specify telephone numbers for the contact
getTelexNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the telex number
getTitle() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
Gets or sets the job title of the contact
getTransportMessageHeaders() - Method in class com.aspose.network.outlook.AbstractMessage
Gets the transport-specific message envelope information.
getTtyTddPhoneNumber() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
Gets or sets the telephone number for the contact's text telephone (TTY) or telecommunication device for the deaf (TDD)
getType() - Method in class com.aspose.network.outlook.MapiPropertyTag
Gets the MapiPropertyType
getUnderlyingMessage() - Method in class com.aspose.network.outlook.MapiContact
Get the MapiMessage that represent contact
getUUID() - Method in class com.aspose.network.outlook.MapiPropertyName
Gets the uuid of the property.
getValue() - Method in class com.aspose.network.outlook.MapiMessageFlag
Gets the value of the flag.
getValue() - Method in class com.aspose.network.outlook.MapiObjectType
Gets the value of the object type.
getValue() - Method in class com.aspose.network.outlook.MapiRecipientType
Gets the value of the recipient type.
getValue() - Method in class com.aspose.network.outlook.OutlookMessageFormat
Gets the value of the message format.
getWeddingAnniversary() - Method in class com.aspose.network.outlook.MapiContactEventPropertySet
/// Specifies the wedding anniversary /// of the contact
getWidth() - Method in class com.aspose.network.outlook.MapiNote
Gets width of the visible message window in pixels
getWorkAddress() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddressPropertySet
Specifies the address of the contact's work
getXPosition() - Method in class com.aspose.network.outlook.MapiNote
Gets the distance, in pixels, from the left edge of the screen that a user interface displays a Note object
getYPosition() - Method in class com.aspose.network.outlook.MapiNote
Gets the distance, in pixels, from the top edge of the screen that a user interface displays a Note object

H

hashCode() - Method in class com.aspose.network.outlook.MapiPropertyTag
 
hashCode() - Method in class com.aspose.network.outlook.MapiPropertyType
 
hasSubFolders() - Method in class com.aspose.network.outlook.pst.FolderInfo
Whether the Folder object has any subfolders
HIGH - Static variable in class com.aspose.network.outlook.pst.MapiImportance
 
HOME_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
HOME_ADDRESS_COUNTRY_CODE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 

I

IM_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
IMapiMessageItem - Interface in com.aspose.network.outlook
Base interface for all message items in Outlook
initNamedProperty(UUID, String, MapiProperty) - Method in class com.aspose.network.outlook.MapiNamedProperty
Initialize named property
isEval() - Static method in class com.aspose.network.License
Return if library work in evaluation mode
isMailingAddress() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
isMailingAddress(boolean) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
isMultiValue() - Method in class com.aspose.network.outlook.MapiPropertyType
Indicates whether the value that is represented by the tag is array or not.
isNumeric() - Method in class com.aspose.network.outlook.MapiPropertyName
Indicates whether the property is numeric or not.
isOutlookMessage() - Method in class com.aspose.network.outlook.MapiObjectProperty
Indicates whether the object property is an embedded outlook message.
isSigned() - Method in class com.aspose.network.outlook.MapiProperty
Indicates whether the binary data is signed.
isStoreUnicodeOk() - Method in class com.aspose.network.outlook.AbstractMessage
Determines if string properties are Unicode encoded or not.

L

License - Class in com.aspose.network
Provides methods to license the component.
License() - Constructor for class com.aspose.network.License
Initializes x new instance of this class.
load(MapiMessage) - Static method in class com.aspose.network.outlook.MapiContact
Deprecated. 
load(String) - Static method in class com.aspose.network.outlook.MapiContact
Deprecated. 
load(InputStream) - Static method in class com.aspose.network.outlook.MapiContact
Deprecated. 
LOW - Static variable in class com.aspose.network.outlook.pst.MapiImportance
 

M

MAPI_ABCONT - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_ABCONT = 4
MAPI_ADDRBOOK - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_ADDRBOOK = 2
MAPI_ATTACH - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_ATTACH = 7
MAPI_BCC - Static variable in class com.aspose.network.outlook.MapiRecipientType
The recipient is a blind carbon copy (BCC) recipient.
MAPI_CC - Static variable in class com.aspose.network.outlook.MapiRecipientType
The recipient is a carbon copy (CC) recipient, a recipient that receives a message in addition to the primary recipients.
MAPI_DISTLIST - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_DISTLIST = 8
MAPI_FOLDER - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_FOLDER = 3
MAPI_FORMINFO - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_FORMINFO = 12
MAPI_MAILUSER - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_MAILUSER = 6
MAPI_MESSAGE - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_MESSAGE = 5
MAPI_ORIG - Static variable in class com.aspose.network.outlook.MapiRecipientType
The recipient sent the message.
MAPI_P1 - Static variable in class com.aspose.network.outlook.MapiRecipientType
The recipient did not successfully receive the message on the previous attempt.
MAPI_PROFSECT - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_PROFSECT = 9
MAPI_SESSION - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_SESSION = 11
MAPI_STATUS - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_STATUS = 10
MAPI_STORE - Static variable in class com.aspose.network.outlook.MapiObjectType
MAPI_STORE = 1
MAPI_SUBMITTED - Static variable in class com.aspose.network.outlook.MapiRecipientType
The recipient has already received the message and does not need to receive it again.
MAPI_TO - Static variable in class com.aspose.network.outlook.MapiRecipientType
The recipient is a primary (To) recipient.
MapiAttachment - Class in com.aspose.network.outlook
Represents the attachment in the E-mail message.
MapiAttachment() - Constructor for class com.aspose.network.outlook.MapiAttachment
Creates a new instance of the MapiAttachment class.
MapiAttachmentCollection - Class in com.aspose.network.outlook
Represents a collection of MapiAttachment objects.
MapiAttachmentCollection() - Constructor for class com.aspose.network.outlook.MapiAttachmentCollection
Creates a new empty instance of the MapiAttachmentCollection class.
MapiAttachmentCollection(Collection<? extends MapiAttachment>) - Constructor for class com.aspose.network.outlook.MapiAttachmentCollection
Creates a new instance of the MapiAttachmentCollection class.
MapiAttachmentType - Class in com.aspose.network.outlook
Represents type of MapiAttachment objects.
MapiContact - Class in com.aspose.network.outlook
Represents outlook contact information
MapiContactElectronicAddress - Class in com.aspose.network.outlook
Refers to the group of properties that define the e-mail address or fax address for a contact.
MapiContactElectronicAddress() - Constructor for class com.aspose.network.outlook.MapiContactElectronicAddress
Constructor
MapiContactElectronicAddress(String, String, String) - Constructor for class com.aspose.network.outlook.MapiContactElectronicAddress
Constructor
MapiContactElectronicAddress(String, String) - Constructor for class com.aspose.network.outlook.MapiContactElectronicAddress
Constructor
MapiContactElectronicAddressPropertySet - Class in com.aspose.network.outlook
Specify properties for up to three different e-mail addresses (Email1, Email2, and Email3) and three different fax addresses (Primary Fax, Business Fax, and Home Fax)
MapiContactEventPropertySet - Class in com.aspose.network.outlook
/// Specify events associated with a contact
MapiContactNamePropertySet - Class in com.aspose.network.outlook
The properties are used to specify the name of the person represented by the contact
MapiContactNamePropertySet(String, String, String) - Constructor for class com.aspose.network.outlook.MapiContactNamePropertySet
Conctructor
MapiContactPersonalInfoPropertySet - Class in com.aspose.network.outlook
Specify other additional contact information
MapiContactPhysicalAddress - Class in com.aspose.network.outlook
Refers to the group of properties that define physical address for a contact.
MapiContactPhysicalAddressPropertySet - Class in com.aspose.network.outlook
Specify three physical addresses: Home Address, Work Address, and Other Address.
MapiContactProfessionalPropertySet - Class in com.aspose.network.outlook
Properties are used to store professional details for the person represented by the contact
MapiContactTelephonePropertySet - Class in com.aspose.network.outlook
Specify optional telephone numbers for the contact
MapiEmbeddedMessage - Class in com.aspose.network.outlook
Represents Embedded MAPI Message.
MapiEmbeddedMessage() - Constructor for class com.aspose.network.outlook.MapiEmbeddedMessage
Creates a new empty instance of the MapiEmbeddedMessage class.
MapiEmbeddedMessage(MapiPropertyCollection, MapiAttachmentCollection, MapiRecipientCollection) - Constructor for class com.aspose.network.outlook.MapiEmbeddedMessage
Creates a new instance of the MapiEmbeddedMessage class.
MapiImportance - Class in com.aspose.network.outlook.pst
Contains a values that indicates the message importance
MapiMessage - Class in com.aspose.network.outlook
Represents an Outlook Message format document that can be parsed.
MapiMessage(MapiPropertyCollection, MapiAttachmentCollection, MapiRecipientCollection) - Constructor for class com.aspose.network.outlook.MapiMessage
Create an instance of MapiMessage using MapiPropertyCollection, MapiAttachmentCollection and MapiRecipientCollection.
MapiMessage() - Constructor for class com.aspose.network.outlook.MapiMessage
Create an instance of MapiMessage.
MapiMessage(boolean) - Constructor for class com.aspose.network.outlook.MapiMessage
Create an instance of MapiMessage.
MapiMessageFlag - Class in com.aspose.network.outlook
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
MapiNamedProperty - Class in com.aspose.network.outlook
Represents the data type of Named Property.
MapiNamedProperty() - Constructor for class com.aspose.network.outlook.MapiNamedProperty
 
MapiNamedPropertyMappingStorage - Class in com.aspose.network.outlook
Represents the named property mapping.
MapiNamedPropertyMappingStorage() - Constructor for class com.aspose.network.outlook.MapiNamedPropertyMappingStorage
 
MapiNote - Class in com.aspose.network.outlook
Represents outlook Note object ("sticky note")
MapiObjectProperty - Class in com.aspose.network.outlook
Reprensents a Custom object included in Outlook Message documents.
MapiObjectProperty(MapiPropertyTag, byte[], int) - Constructor for class com.aspose.network.outlook.MapiObjectProperty
 
MapiObjectType - Class in com.aspose.network.outlook
Represents the mapi object type.
MapiProperty - Class in com.aspose.network.outlook
Represents the mapi property.
MapiProperty(MapiPropertyTag, byte[], int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using data.
MapiProperty(MapiPropertyTag, byte[], int, MapiPropertyName) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using data and specify name of the property (NamedProperty).
MapiProperty(MapiPropertyTag, boolean, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using short as value.
MapiProperty(MapiPropertyTag, DateTime, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using short as value.
MapiProperty(MapiPropertyTag, short, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using short as value.
MapiProperty(MapiPropertyTag, int, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using int as value.
MapiProperty(MapiPropertyTag, long, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using long as value.
MapiProperty(MapiPropertyTag, float, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using float as value.
MapiProperty(MapiPropertyTag, double, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using double as value.
MapiProperty(MapiPropertyTag, String, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using string as value.
MapiProperty(MapiPropertyTag, String, String, int) - Constructor for class com.aspose.network.outlook.MapiProperty
Creates MapiProperty using string as value.
MapiProperty(String, int, int, byte[]) - Constructor for class com.aspose.network.outlook.MapiProperty
 
MapiPropertyCollection - Class in com.aspose.network.outlook
Represents the collection of MapiProperty items.
MapiPropertyCollection() - Constructor for class com.aspose.network.outlook.MapiPropertyCollection
Creates a new empty instance of the MapiPropertyCollection class.
MapiPropertyCollection(Map<? extends Short, ? extends MapiProperty>) - Constructor for class com.aspose.network.outlook.MapiPropertyCollection
Creates a new instance of the MapiPropertyCollection class.
MapiPropertyContainer - Class in com.aspose.network.outlook
Base class for MapiMessage, MapiEmbeddedMessage, MapiAttachment and MapiRecipient.
MapiPropertyContainer() - Constructor for class com.aspose.network.outlook.MapiPropertyContainer
 
MapiPropertyName - Class in com.aspose.network.outlook
Represents the mapi named property.
MapiPropertyName(UUID, Integer) - Constructor for class com.aspose.network.outlook.MapiPropertyName
Create an instance of MapiPropertyName using specified data.
MapiPropertyName(UUID, String) - Constructor for class com.aspose.network.outlook.MapiPropertyName
Create an instance of MapiPropertyName using specified data.
MapiPropertyTag - Class in com.aspose.network.outlook
Represents the MAPI property tags definition.
MapiPropertyTag(short, String, MapiPropertyType) - Constructor for class com.aspose.network.outlook.MapiPropertyTag
Creates tag using specified values.
MapiPropertyType - Class in com.aspose.network.outlook
Represents the MAPI property tags definition.
MapiRecipient - Class in com.aspose.network.outlook
Represents the recipient information in the Microsoft Outlook Message.
MapiRecipient(int) - Constructor for class com.aspose.network.outlook.MapiRecipient
Creates a new instance of the MapiRecipient class.
MapiRecipient(int, MapiRecipientType, String, String) - Constructor for class com.aspose.network.outlook.MapiRecipient
Creates a new instance of the MapiRecipient class.
MapiRecipientCollection - Class in com.aspose.network.outlook
Represents a collection of MapiRecipient objects.
MapiRecipientCollection() - Constructor for class com.aspose.network.outlook.MapiRecipientCollection
Creates a new empty instance of the MapiRecipientCollection class.
MapiRecipientCollection(Collection<? extends MapiRecipient>) - Constructor for class com.aspose.network.outlook.MapiRecipientCollection
Creates a new instance of the MapiRecipientCollection class.
MapiRecipientType - Class in com.aspose.network.outlook
Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient.
MapiSensitivity - Class in com.aspose.network.outlook.pst
Contains a values that indicates the message sensitivity
MessageInfo - Class in com.aspose.network.outlook.pst
 
MessageInfo() - Constructor for class com.aspose.network.outlook.pst.MessageInfo
 
MessageInfoCollection - Class in com.aspose.network.outlook.pst
 
MessageInfoCollection() - Constructor for class com.aspose.network.outlook.pst.MessageInfoCollection
 
MSGFLAG_ASSOCIATED - Static variable in class com.aspose.network.outlook.MapiMessageFlag
MSGFLAG_ASSOCIATED = 64
MSGFLAG_FROMME - Static variable in class com.aspose.network.outlook.MapiMessageFlag
MSGFLAG_FROMME = 32
MSGFLAG_HASATTACH - Static variable in class com.aspose.network.outlook.MapiMessageFlag
MSGFLAG_HASATTACH = 16
MSGFLAG_RESEND - Static variable in class com.aspose.network.outlook.MapiMessageFlag
MSGFLAG_RESEND = 128
MSGFLAG_UNSENT - Static variable in class com.aspose.network.outlook.MapiMessageFlag
MSGFLAG_UNSENT = 8

N

NetworkException - Exception in com.aspose.network
NetworkException
NetworkException(String) - Constructor for exception com.aspose.network.NetworkException
 
NetworkException() - Constructor for exception com.aspose.network.NetworkException
 
NetworkException(Exception) - Constructor for exception com.aspose.network.NetworkException
 
NONE - Static variable in class com.aspose.network.outlook.MapiAttachmentType
The attachment has just been created.
NONE - Static variable in class com.aspose.network.outlook.pst.MapiSensitivity
 
NORMAL - Static variable in class com.aspose.network.outlook.pst.MapiImportance
 
NOTE_COLOR - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
NOTE_HEIGHT - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
NOTE_WIDTH - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
NOTE_X - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
NOTE_Y - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 

O

OTHER_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
OTHER_ADDRESS_COUNTRY_CODE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
OutlookMessageFormat - Class in com.aspose.network.outlook
Represents outlook message format.

P

PERSONAL - Static variable in class com.aspose.network.outlook.pst.MapiSensitivity
 
PersonalStorage - Class in com.aspose.network.outlook.pst
Represents Personal Storage Table (.pst) file
PersonalStorage() - Constructor for class com.aspose.network.outlook.pst.PersonalStorage
 
PID_LID_HTML - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
PleaseReportException - Exception in com.aspose.network
Fatal errors
PleaseReportException(String) - Constructor for exception com.aspose.network.PleaseReportException
Constructs x PleaseReportException with x custom error message
PleaseReportException() - Constructor for exception com.aspose.network.PleaseReportException
Constructs x PleaseReportException with x fatal error message
POSTAL_ADDRESS_ID - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
PR_7BIT_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_7BIT_DISPLAY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_7BIT_DISPLAY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ACCESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ACCESS_LEVEL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ACCOUNT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ACCOUNT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ACCOUNT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ADDITIONAL_REN_ENTRYIDS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ADDITIONAL_REN_ENTRYIDS_EX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ADDRBOOK_MID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ADDRESS_BOOK_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ADDRTYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ADDRTYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ADDRTYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ALTERNATE_RECIPIENT_ALLOWED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ANR - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ANR_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ANR_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ARCHIVE_DATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ARCHIVE_PERIOD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ARCHIVE_TAG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ASSISTANT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ASSISTANT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ASSISTANT_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ASSISTANT_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ASSISTANT_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ASSISTANT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ASSOCIATED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_ADDITIONAL_INFO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_BASE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_BASE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_BASE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_ID_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_ID_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_LOCATION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_LOCATION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_CONTENT_LOCATION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_DATA_BIN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_DATA_OBJ - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_ENCODING - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_EXTENSION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_EXTENSION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_EXTENSION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_FILENAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_FILENAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_FILENAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_LONG_FILENAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_LONG_FILENAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_LONG_FILENAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_LONG_PATHNAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_LONG_PATHNAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_LONG_PATHNAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_METHOD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_MIME_TAG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_MIME_TAG_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_MIME_TAG_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_NUM - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PATHNAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PATHNAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PATHNAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PAYLOAD_CLASS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PAYLOAD_CLASS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PAYLOAD_CLASS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PAYLOAD_PROV_GUID_STR - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PAYLOAD_PROV_GUID_STR_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_PAYLOAD_PROV_GUID_STR_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_RENDERING - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_SIZE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_TAG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_TRANSPORT_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_TRANSPORT_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACH_TRANSPORT_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACHMENT_CONTACTPHOTO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACHMENT_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACHMENT_HIDDEN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTACHMENT_LINKID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTR_HIDDEN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTR_READONLY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ATTR_SYSTEM - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_AUTO_FORWARDED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_AUTO_RESPONSE_SUPPRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BIRTHDAY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BLOCK_STATUS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_CONTENT_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_CONTENT_ID_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_CONTENT_ID_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_CONTENT_LOCATION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_CONTENT_LOCATION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_CONTENT_LOCATION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_HTML - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_HTML_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_HTML_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BODY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS2_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS2_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS2_TELEPHONE_NUMBER_A_MV - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS2_TELEPHONE_NUMBER_A_MV_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS2_TELEPHONE_NUMBER_A_MV_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS2_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_COUNTRY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_COUNTRY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_LOCALITY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_LOCALITY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_POST_OFFICE_BOX_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_POST_OFFICE_BOX_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_POSTAL_CODE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_POSTAL_CODE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_STREET_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_ADDRESS_STREET_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_FAX_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_FAX_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_FAX_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_HOME_PAGE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_HOME_PAGE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_HOME_PAGE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_BUSINESS_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CALLBACK_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CALLBACK_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CALLBACK_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CAR_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CAR_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CAR_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CDO_RECURRENCEID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CHANGE_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CHANGE_NOTIFICATION_GUID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CHILDRENS_NAMES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CHILDRENS_NAMES_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CHILDRENS_NAMES_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CLIENT_ACTIONS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CLIENT_SUBMIT_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CNSET_READ - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CNSET_SEEN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CNSET_SEEN_FAI - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CODE_PAGE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMMENT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMMENT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMMENT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPANY_MAIN_PHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPANY_MAIN_PHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPANY_MAIN_PHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPANY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPANY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPANY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPUTER_NETWORK_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPUTER_NETWORK_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COMPUTER_NETWORK_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONFLICT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONFLICT_ITEMS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTAINER_CLASS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTAINER_CLASS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTAINER_CLASS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTAINER_CONTENTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTAINER_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTAINER_HIERARCHY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTENT_COUNT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTENT_FILTER_PCL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTENT_FILTER_SCL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONTENT_UNREAD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONVERSATION_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONVERSATION_INDEX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONVERSATION_INDEX_TRACKING - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONVERSATION_TOPIC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONVERSATION_TOPIC_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CONVERSATION_TOPIC_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COUNTRY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COUNTRY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_COUNTRY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATION_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATOR_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATOR_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATOR_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATOR_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATOR_SIMPLE_DISP_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATOR_SIMPLE_DISP_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CREATOR_SIMPLE_DISP_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CUSTOMER_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CUSTOMER_ID_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_CUSTOMER_ID_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DAM_BACK_PATCHED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DAM_ORIGINAL_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEF_POST_MSGCLASS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEF_POST_MSGCLASS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEF_POST_MSGCLASS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEFERRED_DELIVERY_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEFERRED_SEND_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEFERRED_SEND_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEFERRED_SEND_UNITS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DELEGATE_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DELEGATED_BY_RULE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DELETE_AFTER_SUBMIT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DELETED_ON - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEPARTMENT_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEPARTMENT_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEPARTMENT_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DEPTH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_BCC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_BCC_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_BCC_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_CC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_CC_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_CC_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_NAME_PREFIX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_NAME_PREFIX_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_NAME_PREFIX_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_TO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_TO_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_TO_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DISPLAY_TYPE_EX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DSN_REMOTE_MTA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DSN_REMOTE_MTA_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DSN_REMOTE_MTA_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DSN_REPORTING_MTA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DSN_REPORTING_MTA_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_DSN_REPORTING_MTA_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EC_WARNING - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMAIL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMAIL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_AUTH_ORIG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_CONTAINERID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DELIV_CONT_LENGTH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DISPLAY_NAME_PRINTABLE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DISPLAY_NAME_PRINTABLE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DISPLAY_NAME_PRINTABLE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DISPLAY_TYPE_EX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DL_EXTERNAL_MEMBER_COUNT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DL_MEM_REJECT_PERMS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DL_MEM_SUBMIT_PERMS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DL_SENDER_HINT_TRANSLATIONS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DL_SENDER_HINT_TRANSLATIONS_W_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DL_SENDER_HINT_TRANSLATIONS_W_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_DL_TOTAL_MEMBER_COUNT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ENABLE_MODERATION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_EXTENSION_ATTRIBUTE_1 - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_EXTENSION_ATTRIBUTE_15 - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_EXTENSION_ATTRIBUTE_15_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_EXTENSION_ATTRIBUTE_15_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_EXTENSION_ATTRIBUTE_1_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_EXTENSION_ATTRIBUTE_1_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_FOLDER_PATHNAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_FOLDER_PATHNAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_FOLDER_PATHNAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HAB_CHILD_DEPARTMENTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HAB_DEPARTMENT_MEMBERS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HAB_IS_HIERARCHICAL_GROUP - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HAB_PARENT_DEPARTMENT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HAB_ROOT_DEPARTMENT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HAB_SENIORITY_INDEX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HAB_SHOW_IN_DEPARTMENTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HOME_MDB - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HOME_MDB_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_HOME_MDB_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_IS_MASTER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_IS_MEMBER_OF_DL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_IS_MEMBER_OF_DL_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_IS_MEMBER_OF_DL_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MANAGE_DL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MANAGER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MANAGER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MANAGER_T - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MANAGER_T_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MANAGER_T_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MANAGER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MEMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MEMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_MEMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_NETWORK_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_NETWORK_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_NETWORK_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_OBJ_DIST_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_OBJ_DIST_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_OBJ_DIST_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_OBJECT_GUID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ORG_UNIT_ROOT_DN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ORG_UNIT_ROOT_DN_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ORG_UNIT_ROOT_DN_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_OWNER_BL_O - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_OWNER_O - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PARENT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_COMPANY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_COMPANY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_COMPANY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_DEPARTMENT_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_DEPARTMENT_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_DEPARTMENT_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_DISPLAY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_DISPLAY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_GIVEN_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_GIVEN_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_GIVEN_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_SURNAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_SURNAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PHONETIC_SURNAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PROXY_ADDRESSES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PROXY_ADDRESSES_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PROXY_ADDRESSES_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PUBLIC_DELEGATES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PUBLIC_DELEGATES_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_PUBLIC_DELEGATES_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_REPORTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_REPORTS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_REPORTS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ROOM_CAPACITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ROOM_CONTAINERS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ROOM_CONTAINERS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ROOM_CONTAINERS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ROOM_DESCRIPTION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ROOM_DESCRIPTION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_ROOM_DESCRIPTION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_TARGET_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_TARGET_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_TARGET_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_THUMBNAIL_PHOTO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_UM_SPOKEN_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_UNAUTH_ORIG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_AB_X509_CERT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_SCRIPT_BLOB - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EMS_TEMPLATE_BLOB - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_END_ATTACH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_END_DATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_END_EMBED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_END_FOLDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_END_MESSAGE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_END_TO_RECIP - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXCEPTION_ENDTIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXCEPTION_REPLACETIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXCEPTION_STARTTIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXPIRY_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXPIRY_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXPIRY_UNITS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXTENDED_FOLDER_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXTENDED_RULE_MSG_ACTIONS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXTENDED_RULE_MSG_CONDITION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_EXTENDED_RULE_SIZE_LIMIT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FLAG_COMPLETE_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FLAG_STATUS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FLAT_URL_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FLAT_URL_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FLAT_URL_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FOLDER_ASSOCIATED_CONTENTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FOLDER_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FOLLOWUP_ICON - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_COUNT_MONTHS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_EMA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_EMA_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_EMA_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_ENTRYIDS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_PUBLISH_END - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_PUBLISH_START - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FREEBUSY_RANGE_TIMESTAMP - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FTP_SITE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FTP_SITE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FTP_SITE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FXDEL_PROP - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_FXERROR_INFO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GATEWAY_NEEDS_TO_REFRESH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GENDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GENERATION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GENERATION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GENERATION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GIVEN_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GIVEN_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GIVEN_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GOVERNMENT_ID_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GOVERNMENT_ID_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_GOVERNMENT_ID_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HAS_DAMS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HAS_NAMED_PROPERTIES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HAS_RULES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HASATTACH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HIERARCHY_CHANGE_NUM - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOBBIES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOBBIES_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOBBIES_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME2_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME2_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME2_TELEPHONE_NUMBER_A_MV - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME2_TELEPHONE_NUMBER_A_MV_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME2_TELEPHONE_NUMBER_A_MV_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME2_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_CITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_CITY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_CITY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_COUNTRY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_COUNTRY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_COUNTRY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_POST_OFFICE_BOX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_POST_OFFICE_BOX_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_POST_OFFICE_BOX_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_POSTAL_CODE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_POSTAL_CODE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_POSTAL_CODE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_STATE_OR_PROVINCE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_STATE_OR_PROVINCE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_STATE_OR_PROVINCE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_STREET - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_STREET_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_ADDRESS_STREET_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_FAX_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_FAX_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_FAX_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HOME_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_HTML - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ICON_INDEX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IDSET_DELETED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IDSET_GIVEN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IDSET_READ - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IDSET_UNREAD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IMAP_CACHED_MSGSIZE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IMPORTANCE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IN_CONFLICT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IN_REPLY_TO_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IN_REPLY_TO_ID_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IN_REPLY_TO_ID_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_CHG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_CHG_PARTIAL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_DEL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_END - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_GROUP_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_GROUP_INFO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_MSG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_MSG_PARTIAL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_PROGRESS_MODE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_PROGRESS_PER_MSG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_READ - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_STATE_BEGIN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INCR_SYNC_STATE_END - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INETMAIL_OVERRIDE_FORMAT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INITIAL_DETAILS_PANE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INITIALS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INITIALS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INITIALS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INST_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INSTANCE_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INSTANCE_NUM - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_ARTICLE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_CPID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_MESSAGE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_MESSAGE_ID_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_MESSAGE_ID_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_REFERENCES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_REFERENCES_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_REFERENCES_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_RETURN_PATH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_RETURN_PATH_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_INTERNET_RETURN_PATH_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IPM_APPOINTMENT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IPM_CONTACT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IPM_DRAFTS_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IPM_JOURNAL_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IPM_NOTE_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_IPM_TASK_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ISDN_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ISDN_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ISDN_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ITEM_TMPFLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_JUNK_ADD_RECIPS_TO_SSL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_JUNK_INCLUDE_CONTACTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_JUNK_PERMANENTLY_DELETE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_JUNK_PHISHING_ENABLE_LINKS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_JUNK_THRESHOLD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_KEYWORD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_KEYWORD_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_KEYWORD_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LANGUAGE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LANGUAGE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LANGUAGE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFICATION_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFIER_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFIER_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFIER_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFIER_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFIER_SIMPLE_DISP_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFIER_SIMPLE_DISP_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_MODIFIER_SIMPLE_DISP_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_VERB_EXECUTED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LAST_VERB_EXECUTION_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_HELP - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_HELP_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_HELP_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_SUBSCRIBE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_SUBSCRIBE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_SUBSCRIBE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_UNSUBSCRIBE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_UNSUBSCRIBE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LIST_UNSUBSCRIBE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCAL_COMMIT_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCALE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCALITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCALITY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCALITY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCATION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCATION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_LOCATION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MAILBOX_OWNER_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MAILBOX_OWNER_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MAILBOX_OWNER_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MAILBOX_OWNER_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MANAGER_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MANAGER_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MANAGER_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MAPPING_SIGNATURE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MAX_SUBMIT_MESSAGE_SIZE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MEMBER_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MEMBER_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MEMBER_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MEMBER_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MEMBER_RIGHTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_ATTACHMENTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_CC_ME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_CLASS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_CLASS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_CLASS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_CODEPAGE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_DELIVERY_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_LOCALE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_RECIP_ME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_RECIPIENTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_SIZE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_SIZE_EXTENDED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_SUBMISSION_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MESSAGE_TO_ME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MHS_COMMON_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MHS_COMMON_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MHS_COMMON_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MIDDLE_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MIDDLE_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MIDDLE_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MIDSET_EXPIRED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MIME_SKELETON - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MOBILE_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MOBILE_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MOBILE_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MSG_EDITOR_FORMAT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_MSG_STATUS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NATIVE_BODY_INFO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NEW_ATTACH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NEW_FXFOLDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NEXT_SEND_ACCT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NEXT_SEND_ACCT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NEXT_SEND_ACCT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NICKNAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NICKNAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NICKNAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NORMAL_MESSAGE_SIZE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NORMALIZED_SUBJECT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NORMALIZED_SUBJECT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NORMALIZED_SUBJECT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NT_SECURITY_DESCRIPTOR - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NT_SECURITY_DESCRIPTOR_AS_XML - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NT_SECURITY_DESCRIPTOR_AS_XML_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_NT_SECURITY_DESCRIPTOR_AS_XML_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_COMPRESSED_SIZE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_CONTAINER_GUID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_CONTAINER_GUID_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_CONTAINER_GUID_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_DN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_DN_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_DN_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_FILE_SIZE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_FILETYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_LANGID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_MESSAGE_CLASS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_SEQUENCE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_SHA_HASH - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OAB_TRUNCATED_PROPS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OBJECT_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OFFICE_LOCATION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OFFICE_LOCATION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OFFICE_LOCATION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OOF_STATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORDINAL_MOST - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORGANIZATIONAL_ID_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORGANIZATIONAL_ID_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORGANIZATIONAL_ID_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIG_MESSAGE_CLASS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIG_MESSAGE_CLASS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIG_MESSAGE_CLASS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_AUTHOR_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_AUTHOR_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_AUTHOR_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DELIVERY_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_BCC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_BCC_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_BCC_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_CC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_CC_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_CC_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_TO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_TO_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_DISPLAY_TO_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_INTERNET_MESSAGE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_INTERNET_MESSAGE_ID_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_INTERNET_MESSAGE_ID_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_ADDRTYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_ADDRTYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_ADDRTYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_EMAIL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_EMAIL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENDER_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENSITIVITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SUBJECT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SUBJECT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SUBJECT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINAL_SUBMIT_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_CITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_CITY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_CITY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_COUNTRY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_COUNTRY_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_COUNTRY_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_POST_OFFICE_BOX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_POST_OFFICE_BOX_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_POST_OFFICE_BOX_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_POSTAL_CODE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_POSTAL_CODE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_POSTAL_CODE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_STATE_OR_PROVINCE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_STATE_OR_PROVINCE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_STATE_OR_PROVINCE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_STREET - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_STREET_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_ADDRESS_STREET_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OTHER_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_OWNER_APPT_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PAGER_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PAGER_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PAGER_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PARENT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PARENT_FID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PARENT_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PARENT_SOURCE_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PERSONAL_HOME_PAGE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PERSONAL_HOME_PAGE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PERSONAL_HOME_PAGE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POLICY_TAG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POST_OFFICE_BOX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POST_OFFICE_BOX_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POST_OFFICE_BOX_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POSTAL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POSTAL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POSTAL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POSTAL_CODE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POSTAL_CODE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_POSTAL_CODE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PREDECESSOR_CHANGE_LIST - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_FAX_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_FAX_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_FAX_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_SEND_ACCT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_SEND_ACCT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_SEND_ACCT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_SMTPADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_SMTPADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_SMTPADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIMARY_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PRIORITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PROCESSED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PROFESSION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PROFESSION_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PROFESSION_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PROHIBIT_RECEIVE_QUOTA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PROHIBIT_SEND_QUOTA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PROVIDER_SUBMIT_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PURPORTED_SENDER_DOMAIN - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PURPORTED_SENDER_DOMAIN_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_PURPORTED_SENDER_DOMAIN_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RADIO_TELEPHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RADIO_TELEPHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RADIO_TELEPHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_BY_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_ADDRTYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_ADDRTYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_ADDRTYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_EMAIL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_EMAIL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_SIMPLE_DISP_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_SIMPLE_DISP_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RCVD_REPRESENTING_SIMPLE_DISP_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_ADDR_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_ADDR_TYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_ADDR_TYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_DISPLAY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_DISPLAY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_EMAIL_ADDR - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_EMAIL_ADDR_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_EMAIL_ADDR_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_REQUESTED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_READ_RECEIPT_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_ADDRTYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_ADDRTYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_ADDRTYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_EMAIL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_EMAIL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECEIVED_BY_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_DISPLAY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_DISPLAY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_ORDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_PROPOSED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_PROPOSEDENDTIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_PROPOSEDSTARTTIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_REASSIGNMENT_PROHIBITED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_RESOURCESTATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_SIP_URI - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_SIP_URI_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_SIP_URI_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_TRACKSTATUS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_TRACKSTATUS_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECIPIENT_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RECORD_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REFERRED_BY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REFERRED_BY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REFERRED_BY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REM_ONLINE_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REMOTE_HEADER_LOC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REMOTE_HEADER_LOC_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REMOTE_HEADER_LOC_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RENDERING_POSITION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPLY_RECIPIENT_ENTRIES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPLY_RECIPIENT_NAMES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPLY_RECIPIENT_NAMES_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPLY_RECIPIENT_NAMES_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPLY_REQUESTED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPLY_TEMPLATE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPLY_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_TAG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_TEXT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_TEXT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_TEXT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_REPORT_TIME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RESOLVE_METHOD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RESPONSE_REQUESTED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RESPONSIBILITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RETENTION_DATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RETENTION_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RETENTION_PERIOD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RIGHTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ROAMING_DATATYPES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ROAMING_DICTIONARY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ROAMING_XMLSTREAM - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ROW_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_ROWID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_COMPRESSED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_IN_SYNC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_SYNC_BODY_COUNT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_SYNC_BODY_CRC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_SYNC_BODY_TAG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_SYNC_BODY_TAG_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_SYNC_BODY_TAG_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_SYNC_PREFIX_COUNT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RTF_SYNC_TRAILING_COUNT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_ACTION_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_ACTION_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_ACTIONS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_CONDITION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_ERROR - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_FOLDER_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_LEVEL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_LEVEL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_PROVIDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_PROVIDER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_PROVIDER_DATA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_PROVIDER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_SEQUENCE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_STATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_MSG_USER_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_PROVIDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_PROVIDER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_PROVIDER_DATA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_PROVIDER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_SEQUENCE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_STATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RULE_USER_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_RW_RULES_STREAM - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_APPT_TOMBSTONE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_AUTO_ACCEPT_APPTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_BOSS_WANTS_COPY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_BOSS_WANTS_INFO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DELEGATE_ENTRYIDS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DELEGATE_NAMES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DELEGATE_NAMES_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DELEGATE_NAMES_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DELEGATE_NAMES_W_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DELEGATE_NAMES_W_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DISALLOW_OVERLAPPING_APPTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DISALLOW_RECURRING_APPTS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_DONT_MAIL_DELEGATES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_FREEBUSY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_FREEBUSY_BUSY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_FREEBUSY_MERGED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_FREEBUSY_OOF - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_FREEBUSY_TENTATIVE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_MONTHS_BUSY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_MONTHS_MERGED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_MONTHS_OOF - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_MONTHS_TENTATIVE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SCHDINFO_RESOURCE_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SECURE_SUBMIT_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SELECTABLE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SEND_INTERNET_ENCODING - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SEND_RICH_INFO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_ADDRTYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_ADDRTYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_ADDRTYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_EMAIL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_EMAIL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_ID_STATUS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_SIMPLE_DISP_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_SIMPLE_DISP_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_SIMPLE_DISP_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_SMTP_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_SMTP_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENDER_SMTP_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENSITIVITY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_MAIL_SVR_EID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_ADDRTYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_ADDRTYPE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_ADDRTYPE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_EMAIL_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_EMAIL_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_EMAIL_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_SEARCH_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_SIMPLE_DISP_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_SIMPLE_DISP_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENT_REPRESENTING_SIMPLE_DISP_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SENTMAIL_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SMTP_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SMTP_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SMTP_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SOFT_DELETES - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SORT_LOCALE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SOURCE_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SPLUS_FREE_BUSY_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SPOUSE_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SPOUSE_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SPOUSE_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_DATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_DATE_ETC - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_EMBED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_FAIMSG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_MESSAGE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_RECIP - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_SUB_FLD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_START_TOP_FLD - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STATE_OR_PROVINCE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STATE_OR_PROVINCE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STATE_OR_PROVINCE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STORE_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STORE_STATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STORE_SUPPORT_MASK - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STREET_ADDRESS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STREET_ADDRESS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_STREET_ADDRESS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBFOLDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBFOLDERS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBJECT - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBJECT_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBJECT_PREFIX - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBJECT_PREFIX_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBJECT_PREFIX_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBJECT_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SUBMIT_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SURNAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SURNAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SURNAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SWAPPED_TODO_DATA - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_SWAPPED_TODO_STORE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TARGET_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TCV_CONST_LONG_ONE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TELEX_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TELEX_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TELEX_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TEMPLATEID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TEXT_ATTACHMENT_CHARSET - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TEXT_ATTACHMENT_CHARSET_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TEXT_ATTACHMENT_CHARSET_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TITLE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TITLE_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TITLE_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TNEF_CORRELATION_KEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TODO_ITEM_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TRANSMITABLE_DISPLAY_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TRANSMITABLE_DISPLAY_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TRANSMITABLE_DISPLAY_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TRANSPORT_MESSAGE_HEADERS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TRANSPORT_MESSAGE_HEADERS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TRANSPORT_MESSAGE_HEADERS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TRUST_SENDER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TTYTDD_PHONE_NUMBER - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TTYTDD_PHONE_NUMBER_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_TTYTDD_PHONE_NUMBER_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_URL_COMP_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_URL_COMP_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_URL_COMP_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_URL_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_URL_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_URL_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_URLCOMP_NAME_SET - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_USER_CERTIFICATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_USER_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_USER_X509_CERTIFICATE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_BINARY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_STRINGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_STRINGS_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_STRINGS_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_VD_VERSION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_DEFINITION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_EFP_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_EXPIRATION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_LAST_USED - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_RECREATE_INFO - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_STORAGE_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_TAG - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WB_SF_TEMPLATE_ID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WEDDING_ANNIVERSARY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_AB_EXSTOREEID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_ABEID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_CALENDAR_COLOR - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_CLIENTID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_FLAGS - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_FOLDER_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_GROUP_CLSID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_GROUP_NAME - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_GROUP_NAME_A - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_GROUP_NAME_W - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_ORDINAL - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_RECKEY - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_RO_GROUP_TYPE - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_SECTION - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PR_WLINK_STORE_ENTRYID - Static variable in class com.aspose.network.outlook.MapiPropertyTag
 
PRIVATE - Static variable in class com.aspose.network.outlook.pst.MapiSensitivity
 
PT_ACTIONS - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a 16-bit count of actions (not bytes) followed by that many Rule Action structures
PT_APPTIME - Static variable in class com.aspose.network.outlook.MapiPropertyType
8 bytes, a 64-bit floating point number in which the whole number part represents the number of days since December 30, 1899, and the fractional part represents the fraction of a day since midnight
PT_BINARY - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many bytes
PT_BOOLEAN - Static variable in class com.aspose.network.outlook.MapiPropertyType
1 byte, restricted to 1 or 0
PT_CLSID - Static variable in class com.aspose.network.outlook.MapiPropertyType
16 bytes, a GUID with Data1, Data2, and Data3 fields in little-endian format.
PT_CURRENCY - Static variable in class com.aspose.network.outlook.MapiPropertyType
8 bytes, a 64-bit signed, scaled integer representation of a decimal currency value, with 4 places to the right of the decimal point
PT_DOUBLE - Static variable in class com.aspose.network.outlook.MapiPropertyType
8 bytes, a 64-bit floating point
PT_ERROR - Static variable in class com.aspose.network.outlook.MapiPropertyType
bytes, a 32-bit integer encoding error information
PT_FLOAT - Static variable in class com.aspose.network.outlook.MapiPropertyType
4 bytes, a 32-bit floating point
PT_LONG - Static variable in class com.aspose.network.outlook.MapiPropertyType
4 bytes, a 32-bit integer
PT_LONGLONG - Static variable in class com.aspose.network.outlook.MapiPropertyType
8 bytes, a 64-bit integer
PT_MV_APPTIME - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypFloatingTime
PT_MV_BINARY - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypBinary values
PT_MV_CLSID - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypGuid values
PT_MV_CURRENCY - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypCurrency values
PT_MV_DOUBLE - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypFloating64 values
PT_MV_FLOAT - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypFloating32 values
PT_MV_LONG - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypInteger32 values
PT_MV_LONGLONG - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypInteger64 values
PT_MV_SHORT - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypInteger16 values
PT_MV_STRING8 - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypString8 values
PT_MV_SYSTIME - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that many PtypTime values
PT_MV_UNICODE - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a COUNT followed by that PtypString values
PT_NULL - Static variable in class com.aspose.network.outlook.MapiPropertyType
This property is a placeholder
PT_OBJECT - Static variable in class com.aspose.network.outlook.MapiPropertyType
The property value is a COM object
PT_SHORT - Static variable in class com.aspose.network.outlook.MapiPropertyType
2 bytes, a 16-bit integer
PT_SRESTRICT - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a byte array representing one or more Restriction structures as specified in section
PT_STRING8 - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a string of multi-byte characters in externally specified encoding with terminating null character (single 0 byte)
PT_SVREID - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a 16-bit count followed a structure
PT_SYSTIME - Static variable in class com.aspose.network.outlook.MapiPropertyType
8 bytes, a 64-bit integer representing the number of 100 nanosecond intervals since January 1, 1601
PT_UNICODE - Static variable in class com.aspose.network.outlook.MapiPropertyType
Variable size, a string of Unicode characters in UTF-16LE encoding with terminating null character (2 bytes of zero)
PT_UNSPECIFIED - Static variable in class com.aspose.network.outlook.MapiPropertyType
Any: this property type value matches any type; a server MUST return the actual type in its response.

R

REFERENCE - Static variable in class com.aspose.network.outlook.MapiAttachmentType
PidTagAttachLongPathname contains a fully qualified path identifying the attachment To recipients with access to a common file server.
REFERENCE_ONLY - Static variable in class com.aspose.network.outlook.MapiAttachmentType
PidTagAttachLongPathname contains a fully qualified path identifying the attachment.

S

save(String) - Method in class com.aspose.network.outlook.MapiAttachment
Save attachment to the specified file.
save(String) - Method in class com.aspose.network.outlook.MapiMessage
Save message to specified file name.
save(OutputStream) - Method in class com.aspose.network.outlook.MapiMessage
 
setAccount(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setAddress(String) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
setAddressType(String) - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
 
setAddressType(String) - Method in class com.aspose.network.outlook.MapiRecipient
Sets the type of the address of the message recipient or sender.
setAssistant(String) - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
setAssistantTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setBirthday(Date) - Method in class com.aspose.network.outlook.MapiContactEventPropertySet
 
setBody(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the message text.
setBusiness2TelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setBusinessFax(MapiContactElectronicAddress) - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
 
setBusinessHomePage(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setBusinessTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setCallbackTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setCarTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setCity(String) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
setClientSubmitTime(Date) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the client submit time of the message.
setCodePage(int) - Method in class com.aspose.network.outlook.AbstractMessage
Set code page.
setColor(int) - Method in class com.aspose.network.outlook.MapiNote
 
setCompanyMainTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setCompanyName(String) - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
setComputerNetworkName(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setConversationTopic(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the topic of the first message in a conversation thread.
setCountry(String) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
setCountryCode(String) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
setCreationDate(Date) - Method in class com.aspose.network.outlook.MapiNote
 
setCustomerId(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setDepartmentName(String) - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
setDisplayBcc(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;).
setDisplayCc(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets a list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;).
setDisplayName(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the display name for the message.
setDisplayName(String) - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
 
setDisplayName(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setDisplayName(String) - Method in class com.aspose.network.outlook.MapiRecipient
Sets the display name of the message recipient or sender.
setDisplayNamePrefix(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets a prefix of the display name.
setDisplayNamePrefix(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setDisplayTo(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets a list of the display names of the primary (To) message recipients, separated by semicolons (;).
setElectronicAddresses(MapiContactElectronicAddressPropertySet) - Method in class com.aspose.network.outlook.MapiContact
 
setEmail1(MapiContactElectronicAddress) - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
 
setEmail2(MapiContactElectronicAddress) - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
 
setEmail3(MapiContactElectronicAddress) - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
 
setEmailAddress(String) - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
 
setEmailAddress(String) - Method in class com.aspose.network.outlook.MapiRecipient
Sets the email address of the message recipient or sender.
setEmbeddedMessage(MapiEmbeddedMessage) - Method in class com.aspose.network.outlook.MapiAttachment
Sets the specified MapiEmbeddedMessage to this attachment.
setEvents(MapiContactEventPropertySet) - Method in class com.aspose.network.outlook.MapiContact
 
setFaxNumber(String) - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
 
setFileUnder(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setFreeBusyLocation(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setFtpSite(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setGender(int) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setGeneration(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setGivenName(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setGovernmentIdNumber(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setGuidIndex(int) - Method in class com.aspose.network.outlook.MapiNamedProperty
 
setHeight(int) - Method in class com.aspose.network.outlook.MapiNote
 
setHobbies(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setHome2TelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setHomeAddress(MapiContactPhysicalAddress) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddressPropertySet
 
setHomeFax(MapiContactElectronicAddress) - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
 
setHomeTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setHtml(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setInitials(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setInstantMessagingAddress(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setIsdnNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setLanguage(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setLicense(String) - Method in class com.aspose.network.License
Licenses the component.
setLicense(InputStream) - Method in class com.aspose.network.License
Licenses the component.
setLocation(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setManagerName(String) - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
setMessageClass(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets message class.
setMiddleName(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setMobileTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setNameInfo(MapiContactNamePropertySet) - Method in class com.aspose.network.outlook.MapiContact
 
setNickname(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setNormalizedSubject(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets normalized subject of the message.
setNotes(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setOfficeLocation(String) - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
setOrganizationalIdNumber(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setOtherAddress(MapiContactPhysicalAddress) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddressPropertySet
 
setOtherTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setPersonalHomePage(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setPersonalInfo(MapiContactPersonalInfoPropertySet) - Method in class com.aspose.network.outlook.MapiContact
 
setPhysicalAddresses(MapiContactPhysicalAddressPropertySet) - Method in class com.aspose.network.outlook.MapiContact
 
setPostalCode(String) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
setPrimaryFax(MapiContactElectronicAddress) - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
 
setPrimaryTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setProfession(String) - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
setProfessionalInfo(MapiContactProfessionalPropertySet) - Method in class com.aspose.network.outlook.MapiContact
 
setProperty(MapiProperty, short) - Method in class com.aspose.network.outlook.MapiObjectProperty
 
setProperty(MapiProperty) - Method in class com.aspose.network.outlook.MapiPropertyContainer
 
setProperty(MapiProperty, int, long) - Method in class com.aspose.network.outlook.MapiRecipient
 
setPropertyId(long) - Method in class com.aspose.network.outlook.MapiNamedProperty
 
setPropertyIndex(int) - Method in class com.aspose.network.outlook.MapiNamedProperty
 
setPropertyName(MapiPropertyName) - Method in class com.aspose.network.outlook.MapiProperty
Sets the name of the named property.
setRadioTelephoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setRecipientDisplayName(String) - Method in class com.aspose.network.outlook.MapiRecipient
Sets the recipient display name of the message recipient or sender.
setRecipientType(MapiRecipientType) - Method in class com.aspose.network.outlook.MapiRecipient
Sets the type of the recipient or sender.
setReferredByName(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setSenderAddressType(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the message sender's e-mail address type.
setSenderEmailAddress(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the message sender's e-mail address.
setSenderName(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the message sender's display name.
setSentRepresentingAddressType(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the address type for the messaging user represented by the sender.
setSentRepresentingEmailAddress(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the e-mail address for the messaging user represented by the sender.
setSentRepresentingName(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the display name for the messaging user represented by the sender.
setSigned(long) - Method in class com.aspose.network.outlook.MapiProperty
 
setSpouseName(String) - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
setStateOrProvince(String) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
setStreet(String) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
setSubject(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the subject of the message.
setSubjectPrefix(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets a subject prefix that typically indicates some action on a message, such as "FW: " for forwarding.
setSurname(String) - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
setTelephones(MapiContactTelephonePropertySet) - Method in class com.aspose.network.outlook.MapiContact
 
setTelexNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setTitle(String) - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
setTransportMessageHeaders(String) - Method in class com.aspose.network.outlook.AbstractMessage
Sets the transport-specific message envelope information.
setTtyTddPhoneNumber(String) - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
setWeddingAnniversary(Date) - Method in class com.aspose.network.outlook.MapiContactEventPropertySet
 
setWidth(int) - Method in class com.aspose.network.outlook.MapiNote
 
setWorkAddress(MapiContactPhysicalAddress) - Method in class com.aspose.network.outlook.MapiContactPhysicalAddressPropertySet
 
setXPosition(int) - Method in class com.aspose.network.outlook.MapiNote
 
setYPosition(int) - Method in class com.aspose.network.outlook.MapiNote
 
Signed - Static variable in class com.aspose.network.outlook.MapiProperty
 
STORAGE - Static variable in class com.aspose.network.outlook.MapiAttachmentType
idTagAttachDataObject contains data in an application-specific format.

T

toEmbeddedMessage(MapiMessage) - Static method in class com.aspose.network.outlook.MapiMessage
Converts MapiMessage to MapiEmbeddedMessage
toMapiMessageItem() - Method in class com.aspose.network.outlook.MapiMessage
Convert MapiMessage to IMapiMessageItem object in dependence with MessageClass Note, that the following message classes are supported by now: IPM.Note, IPM.StickyNote, IPM.Contact.
toMessage(MapiEmbeddedMessage) - Static method in class com.aspose.network.outlook.MapiEmbeddedMessage
Converts specified MapiEmbeddedMessage to mapi message.
toString() - Method in class com.aspose.network.outlook.MapiContact
 
toString() - Method in class com.aspose.network.outlook.MapiContactElectronicAddress
 
toString() - Method in class com.aspose.network.outlook.MapiContactElectronicAddressPropertySet
 
toString() - Method in class com.aspose.network.outlook.MapiContactEventPropertySet
 
toString() - Method in class com.aspose.network.outlook.MapiContactNamePropertySet
 
toString() - Method in class com.aspose.network.outlook.MapiContactPersonalInfoPropertySet
 
toString() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddress
 
toString() - Method in class com.aspose.network.outlook.MapiContactPhysicalAddressPropertySet
 
toString() - Method in class com.aspose.network.outlook.MapiContactProfessionalPropertySet
 
toString() - Method in class com.aspose.network.outlook.MapiContactTelephonePropertySet
 
toString() - Method in class com.aspose.network.outlook.MapiProperty
Returns a string representation of the object.
toString(int) - Method in class com.aspose.network.outlook.MapiProperty
Returns a string representation of the object.
toString() - Method in class com.aspose.network.outlook.MapiRecipient
 

U

Unicode - Static variable in class com.aspose.network.outlook.OutlookMessageFormat
Unicode = 1
Unknown - Static variable in class com.aspose.network.outlook.MapiObjectType
Unknown = -1
Unknown - Static variable in class com.aspose.network.outlook.MapiRecipientType
Unknow recipient type.
Unsigned - Static variable in class com.aspose.network.outlook.MapiProperty
 

V

VALUE - Static variable in class com.aspose.network.outlook.MapiAttachmentType
PidTagAttachDataBinary contains the attachment data.

W

WORK_ADDRESS - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
WORK_ADDRESS_CITY - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
WORK_ADDRESS_COUNTRY - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
WORK_ADDRESS_COUNTRY_CODE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
WORK_ADDRESS_POST_OFFICE_BOX - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
WORK_ADDRESS_POSTAL_CODE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
WORK_ADDRESS_STATE - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 
WORK_ADDRESS_STREET - Static variable in class com.aspose.network.outlook.MapiNamedProperty
 

A B C D E F G H I L M N O P R S T U V W

Copyright © 2011 Aspose. All Rights Reserved.