Modifier and Type | Class and Description |
---|---|
class |
PidLidPropertyDescriptor
Class contains property description information.
|
class |
PidNamePropertyDescriptor
Class contains property description information.
|
class |
PidTagPropertyDescriptor
Class contains property description information.
|
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor[] |
KnownPropertyList.find(com.aspose.ms.System.Guid... propertySets)
Finds properties in list according to its PropertySet
|
PropertyDescriptor |
KnownPropertyList.find(String name)
Finds property in list with specified name
|
PropertyDescriptor |
KnownPropertyList.findOrGetCurrent(PropertyDescriptor item)
Finds property in list with canonical name
|
PropertyDescriptor |
KnownPropertyList.get_Item(int index)
Gets the element at the specified index.
|
PropertyDescriptor |
MapiProperty.getDescriptor()
Gets descriptor of MAPI property
|
static PropertyDescriptor |
PropertyDescriptor.getInstance(MapiProperty property)
Retrieves
PropertyDescriptor object from MAPI property |
static PropertyDescriptor |
PropertyDescriptor.parse(String data)
Initializes a new instance of the
PropertyDescriptor class |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<PropertyDescriptor> |
KnownPropertyList.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
KnownPropertyList.add(PropertyDescriptor item)
List is read-only.
|
boolean |
KnownPropertyList.contains(PropertyDescriptor item)
Determines whether the System.Collections.Generic.ICollection contains a specific value.
|
void |
KnownPropertyList.copyTo(PropertyDescriptor[] array,
int arrayIndex)
List is read-only.
|
boolean |
PidLidPropertyDescriptor.equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
PidNamePropertyDescriptor.equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
PidTagPropertyDescriptor.equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
|
abstract boolean |
PropertyDescriptor.equals(PropertyDescriptor other)
Indicates whether the current object is equal to another object of the same type.
|
PropertyDescriptor |
KnownPropertyList.findOrGetCurrent(PropertyDescriptor item)
Finds property in list with canonical name
|
ComparisonFieldAdapter |
ExtendedPropertiesComparisonField.get_Item(PropertyDescriptor pd)
Gets
ComparisonFieldAdapter for PropertyDescriptor |
MapiProperty |
MapiPropertyCollection.get_Item(PropertyDescriptor pd)
Gets or sets the value associated with the specified key.
|
MapiProperty |
MapiAttachment.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
MapiProperty |
MapiMessageItemBase.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
MapiProperty |
MapiPropertyCollection.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
MapiProperty |
MapiPropertyContainer.getProperty(PropertyDescriptor pd)
Gets MAPI property by property descriptor.
|
int |
KnownPropertyList.indexOf(PropertyDescriptor item)
Determines the index of a specific item in the System.Collections.Generic.IList.
|
void |
KnownPropertyList.insert(int index,
PropertyDescriptor item)
List is read-only.
|
static boolean |
PidLidPropertyDescriptor.op_Equality(PidLidPropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
PidNamePropertyDescriptor.op_Equality(PidNamePropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
PidTagPropertyDescriptor.op_Equality(PidTagPropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
PropertyDescriptor.op_Equality(PropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are equal to each another.
|
static boolean |
PidLidPropertyDescriptor.op_Inequality(PidLidPropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
static boolean |
PidNamePropertyDescriptor.op_Inequality(PidNamePropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
static boolean |
PidTagPropertyDescriptor.op_Inequality(PidTagPropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
static boolean |
PropertyDescriptor.op_Inequality(PropertyDescriptor pd1,
PropertyDescriptor pd2)
Determines whether the specified objects are not equal to each another.
|
boolean |
KnownPropertyList.remove(PropertyDescriptor item)
List is read-only.
|
void |
KnownPropertyList.set_Item(int index,
PropertyDescriptor value)
Gets the element at the specified index.
|
void |
MapiPropertyCollection.set_Item(PropertyDescriptor pd,
MapiProperty value)
Gets or sets the value associated with the specified key.
|
void |
MapiAttachment.setProperty(PropertyDescriptor pd,
Object value)
Sets MAPI property.
|
void |
MapiMessageItemBase.setProperty(PropertyDescriptor pd,
Object value)
Sets MAPI property.
|
protected void |
MapiPropertyCollection.setProperty(PropertyDescriptor pd,
Object value)
Sets MAPI property.
|
void |
MapiPropertyContainer.setProperty(PropertyDescriptor pd,
Object value)
Sets MAPI property.
|
Modifier and Type | Method and Description |
---|---|
MapiContact |
IEWSClient.fetchContact(String contactUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiMessage |
IEWSClient.fetchItem(String uri,
Iterable<PropertyDescriptor> extendedProperties)
Retrieves the complete item with attachments.
|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiCalendar> |
IEWSClient.fetchMapiCalendar(Iterable<String> calendarUris,
Iterable<PropertyDescriptor> customProperties)
Fetch array of
MapiCalendar objects. |
MapiCalendar |
IEWSClient.fetchMapiCalendar(String calendarUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiMessage |
IEWSClient.fetchMapiMessage(String uri,
Iterable<PropertyDescriptor> extendedProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiMessage[] |
IEWSClient.fetchMapiMessages(Iterable<String> uris,
Iterable<PropertyDescriptor> extendedProperties)
Fetches the speciifed messages
|
MapiNote |
IEWSClient.fetchMapiNote(String noteUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiNote> |
IEWSClient.fetchMapiNotes(Iterable<String> noteUris,
Iterable<PropertyDescriptor> customProperties)
Fetch array of
MapiNote objects. |
MapiTask |
IEWSClient.fetchMapiTask(String taskUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiTask> |
IEWSClient.fetchMapiTasks(Iterable<String> taskUris,
Iterable<PropertyDescriptor> customProperties)
Fetch array of
MapiTask objects. |
MailMessage |
IEWSClient.fetchMessage(String messageUri,
Iterable<PropertyDescriptor> extendedProperties)
Fetches the message from server
|
MailMessageCollection |
IEWSClient.fetchMessages(Iterable<String> uris,
Iterable<PropertyDescriptor> extendedProperties)
Fetches the speciifed messages
|
MapiContact[] |
IEWSClient.listContacts(String folderUri,
Iterable<PropertyDescriptor> mapiProperties)
Lists contacts located in the specified folder on server
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesByPropertyDescriptor(String folder,
int options,
Iterable<PropertyDescriptor> extendedProperties)
List the messages in the specified folder
|
String |
IEWSClient.updateNote(String uri,
MapiNote note,
Iterable<PropertyDescriptor> additionalProperties)
Updates the specified note.
|
String |
IEWSClient.updateTask(String uri,
MapiTask task,
Iterable<PropertyDescriptor> additionalProperties)
Updates the specified task.
|