com.moyosoft.exchange.note
Interface StickyNote
- All Superinterfaces:
- ExchangeItem
public interface StickyNote
- extends ExchangeItem
Represents an Outlook sticky note stored in an Exchange folder.
Methods inherited from interface com.moyosoft.exchange.item.ExchangeItem |
copyTo, copyTo, delete, getAttachments, getBody, getBodyAsText, getBodyType, getCategories, getCulture, getDateTimeCreated, getDateTimeReceived, getDateTimeSent, getDisplayCc, getDisplayTo, getExtendedProperties, getImportance, getInReplyTo, getInternetMessageHeaders, getItemClass, getItemId, getItemIdChangeKey, getItemType, getLastModifiedName, getLastModifiedTime, getMimeContent, getMimeContentBytes, getMimeContentCharacterSet, getMimeContentReader, getMimeContentStream, getParentFolder, getParentFolderId, getParentFolderIdChangeKey, getReminderDueBy, getReminderMinutesBeforeStart, getResponsesTypes, getSensitivity, getSize, getSubject, hasVisibleAttachments, isDraft, isFromMe, isReminderSet, isResend, isStored, isSubmitted, moveTo, moveTo, save, save, saveTo, setBody, setBody, setCategories, setCulture, setImportance, setMimeContent, setMimeContent, setMimeContent, setReminder, setSensitivity, setSubject |
setContent
void setContent(java.lang.String text)
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getContent
java.lang.String getContent()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getColor
NoteColor getColor()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
setColor
void setColor(NoteColor color)
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getColorValue
int getColorValue()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
setColorValue
void setColorValue(int value)
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getLeft
int getLeft()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
setLeft
void setLeft(int value)
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getTop
int getTop()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
setTop
void setTop(int value)
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getWidth
int getWidth()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
setWidth
void setWidth(int value)
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getHeight
int getHeight()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
setHeight
void setHeight(int value)
throws ExchangeServiceException
- Throws:
ExchangeServiceException