com.moyosoft.connector.ms.outlook.properties
Class PropertyAccessor

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.properties.PropertyAccessor

public final class PropertyAccessor
extends java.lang.Object


Field Summary
static java.lang.String PR_SENDER_ENTRYID
           
static java.lang.String PR_SENT_REPRESENTING_ENTRYID
           
static java.lang.String PR_SMTP_ADDRESS
           
static java.lang.String PR_TRANSPORT_MESSAGE_HEADERS
           
 
Constructor Summary
PropertyAccessor(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 void deleteProperty(java.lang.String schemaName)
          Deletes this item's property corresponding to the specified schema name.
 void dispose()
           
 com.moyosoft.connector.com.Dispatch getDispatch()
           
 java.lang.Object getProperty(java.lang.String schemaName)
          Returns the value of this item's property corresponding to the schema name or null if the property doesn't exist.
 void setProperty(java.lang.String schemaName, java.lang.Object value)
          Sets the value of this item's property corresponding to the specified schema name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PR_SENT_REPRESENTING_ENTRYID

public static final java.lang.String PR_SENT_REPRESENTING_ENTRYID
See Also:
Constant Field Values

PR_SMTP_ADDRESS

public static final java.lang.String PR_SMTP_ADDRESS
See Also:
Constant Field Values

PR_SENDER_ENTRYID

public static final java.lang.String PR_SENDER_ENTRYID
See Also:
Constant Field Values

PR_TRANSPORT_MESSAGE_HEADERS

public static final java.lang.String PR_TRANSPORT_MESSAGE_HEADERS
See Also:
Constant Field Values
Constructor Detail

PropertyAccessor

public PropertyAccessor(com.moyosoft.connector.com.Dispatch dispatch)
Method Detail

getDispatch

public com.moyosoft.connector.com.Dispatch getDispatch()

dispose

public void dispose()

getProperty

public java.lang.Object getProperty(java.lang.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.


setProperty

public void setProperty(java.lang.String schemaName,
                        java.lang.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.


deleteProperty

public void deleteProperty(java.lang.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.