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.findOrGetCurrent(PropertyDescriptor item)
Findes property in list with canonical name
|
PropertyDescriptor |
KnownPropertyList.get_Item(int index)
Gets the element at the specified index.
|
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 readonly.
|
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 readonly.
|
abstract boolean |
PropertyDescriptor.equals(PropertyDescriptor iPd)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
PidTagPropertyDescriptor.equals(PropertyDescriptor pd)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
PidNamePropertyDescriptor.equals(PropertyDescriptor pd)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
PidLidPropertyDescriptor.equals(PropertyDescriptor pd)
Indicates whether the current object is equal to another object of the same type.
|
PropertyDescriptor |
KnownPropertyList.findOrGetCurrent(PropertyDescriptor item)
Findes property in list with canonical name
|
ComparisonFieldAdapter |
ExtendedPropertiesComparisonField.get_Item(PropertyDescriptor pd)
Gets
ComparisonFieldAdapter for PropertyDescriptor |
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 readonly.
|
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 readonly.
|
void |
KnownPropertyList.set_Item(int index,
PropertyDescriptor value)
Gets the element at the specified index.
|
void |
MapiMessageItemBase.setProperty(PropertyDescriptor pd,
Object value)
Sets MAPI property.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiCalendar> |
IEWSClient.fetchMapiCalendar(Iterable<String> calendarUris,
Iterable<PropertyDescriptor> customProperties)
Fetch array of MapiCalendar 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
|
ExchangeMessageInfoCollection |
IEWSClient.listMessagesByPropertyDescriptor(String folder,
int options,
Iterable<PropertyDescriptor> extendedProperties)
List the messages in the specified folder.
|
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.