API Reference
| Classic JavaDoc |
Class OutlookUserProperty
java.lang.Object └ com.moyosoft.connector.ms.outlook.properties.OutlookUserProperty
public class OutlookUserProperty
Constructors
public | OutlookUserProperty (com.moyosoft.connector.com.Dispatch dispatch) | |
Methods
void | delete () | |
String | getFormula () | |
String | getName () | |
getType () | ||
String | getValidationFormula () | |
String | getValidationText () | |
boolean | getValueAsBoolean () | |
java.util.Date | getValueAsDate () | |
int | getValueAsInt () | |
String | getValueAsString () | |
boolean | isUserProperty () | |
void | setFormula (String value) | |
void | setValidationFormula (String value) | |
void | setValidationText (String value) | |
void | setValue (String value) | |
void | setValue (int value) | |
void | setValue (boolean value) | |
void | setValue (java.util.Date value) | |
Community comments
Powered by JavaDocPlus