API Reference
| Classic JavaDoc |
Class PropertyAccessor
java.lang.Object └ com.moyosoft.connector.ms.outlook.properties.PropertyAccessor
public final class PropertyAccessor
Fields
static String | PR_SENDER_ENTRYID | |
static String | PR_SENT_REPRESENTING_ENTRYID | |
static String | PR_SMTP_ADDRESS | |
static String | PR_TRANSPORT_MESSAGE_HEADERS | |
Constructors
public | PropertyAccessor (com.moyosoft.connector.com.Dispatch dispatch) | |
Methods
void | deleteProperty (String schemaName) | |
Deletes this item's property corresponding to the specified schema name. This method is only available in the Professional edition of Java Outlook Connector. |
void | dispose () | |
...t.connector.com.Dispatch | getDispatch () | |
Object | getProperty (String schemaName) | |
Returns the value of this item's property corresponding to the schema name or null if the property doesn't exist. This method is only available in the Professional edition of Java Outlook Connector. |
void | setProperty (String schemaName, Object value) | |
Sets the value of this item's property corresponding to the specified schema name. This method is only available in the Professional edition of Java Outlook Connector. |
Community comments
Powered by JavaDocPlus