API Reference
| Classic JavaDoc |
OutlookItem.getMapiProperty
public java.lang.Object getMapiProperty(byte guid, int propertyId)
public java.lang.Object getMapiProperty(int propertyTag)
Returns the value of this item's MAPI property corresponding to the specified GUID and property ID. Returns null if the property doesn't exist.
This method is only available in the Professional edition of Java Outlook Connector.
This method is only available in the Professional edition of Java Outlook Connector.
public java.lang.Object getMapiProperty(int propertyTag)
Returns the value of this item's MAPI property corresponding to the specified property tag. Returns null if the property doesn't exist.
This method is only available in the Professional edition of Java Outlook Connector.
This method is only available in the Professional edition of Java Outlook Connector.
Community comments
Powered by JavaDocPlus