API Reference
| Classic JavaDoc |
Class AddressEntry
java.lang.Object └ com.moyosoft.connector.ms.outlook.addressentry.AddressEntry
public class AddressEntry
Constructors
public | AddressEntry (com.moyosoft.connector.com.Dispatch dispatch) | |
Methods
void | delete () | |
void | deleteMapiProperty (int propertyTag) | |
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. |
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. |
void | displayDetails () | |
void | dispose () | |
String | getAddress () | |
Returns the address of this AddressEntry object. The type of the address is returned by the method getType() (e.g. "SMTP", "EX" types). |
getContact () | ||
Returns the corresponding contact from a local contacts folder. This method works only for local stores and returns null if Exchange is used. |
...t.connector.com.Dispatch | getDispatch () | |
getDisplayType () | ||
String | getFreeBusy (java.util.Date start, int minPerChar) | |
String | getId () | |
getManager () | ||
Object | getMapiProperty (byte guid, int propertyId) | |
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. |
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. |
getMembers () | ||
String | getName () | |
getOutlookItem () | ||
Returns the corresponding item from a local folder. This method works only for local stores and returns null if Exchange is used. |
getPropertyAccessor () | ||
Returns the PropertyAccessor object for this item. The PropertyAccessor handles direct access to this item's properties. Only Outlook 2007 or later supports the PropertyAccessor. With older Outlook versions, this method returns null. This method is only available in the Professional edit ... more > |
String | getSmtpAddress () | |
Returns the SMTP e-mail address. With the Basic edition of Java Outlook Connector, this method returns the same value as the getAddress() method. With the Professional edition of Java Outlook Connector, this method: - Translate an Exchange type address (type "EX") to an SMTP e- ... more > |
String | getType () | |
void | setAddress (String value) | |
void | setMapiProperty (byte guid, int propertyId, 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. |
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. |
void | setName (String value) | |
void | setType (String value) | |
void | update () | |
void | update (boolean makePermanent) | |
void | update (boolean makePermanent, boolean refresh) | |
void | updateFreeBusy () | |
Community comments
Powered by JavaDocPlus