API Reference
| Classic JavaDoc |
Class FormDescription
java.lang.Object └ com.moyosoft.connector.ms.outlook.ui.FormDescription
public class FormDescription
Constructors
public | FormDescription (com.moyosoft.connector.com.Dispatch dispatch) | |
Methods
void | dispose () | |
String | getCategory () | |
String | getCategorySub () | |
String | getComment () | |
String | getContactName () | |
...t.connector.com.Dispatch | getDispatch () | |
String | getDisplayName () | |
String | getIcon () | |
String | getMessageClass () | |
String | getMiniIcon () | |
String | getName () | |
String | getNumber () | |
String | getPassword () | |
String | getScriptText () | |
String | getTemplate () | |
String | getVersion () | |
boolean | isHidden () | |
boolean | isLocked () | |
boolean | isOneOff () | |
boolean | isUseWordMail () | |
void | publishForm (FormRegistry registry) | |
void | publishForm (FormRegistry registry, OutlookFolder folder) | |
void | setCategory (String value) | |
void | setCategorySub (String value) | |
void | setComment (String value) | |
void | setContactName (String value) | |
void | setDisplayName (String value) | |
void | setHidden (boolean value) | |
void | setIcon (String value) | |
void | setLocked (boolean value) | |
void | setMiniIcon (String value) | |
void | setName (String value) | |
void | setNumber (String value) | |
void | setOneOff (boolean value) | |
void | setPassword (String value) | |
void | setTemplate (String value) | |
void | setUseWordMail (boolean value) | |
void | setVersion (String value) | |
Community comments
Powered by JavaDocPlus