API Reference
| Classic JavaDoc |
OutlookItem.setMapiProperty
public void setMapiProperty(byte guid, int propertyId, Object value)
public void setMapiProperty(int propertyTag, Object value)
Sets the value of this item's MAPI property corresponding to the specified GUID and property ID.
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 void setMapiProperty(int propertyTag, Object value)
Sets the value of this item's MAPI property corresponding to the specified property tag.
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