API Reference
| Classic JavaDoc |
OutlookItem.deleteMapiProperty
public void deleteMapiProperty(int propertyTag)
public void deleteMapiProperty(byte guid, int propertyId)
Deletes 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.
public void deleteMapiProperty(byte guid, int propertyId)
Deletes 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.
Community comments
Powered by JavaDocPlus