com.moyosoft.exchange.note
Interface StickyNote

All Superinterfaces:
ExchangeItem

public interface StickyNote
extends ExchangeItem

Represents an Outlook sticky note stored in an Exchange folder.


Method Summary
 NoteColor getColor()
           
 int getColorValue()
           
 java.lang.String getContent()
           
 int getHeight()
           
 int getLeft()
           
 int getTop()
           
 int getWidth()
           
 void setColor(NoteColor color)
           
 void setColorValue(int value)
           
 void setContent(java.lang.String text)
           
 void setHeight(int value)
           
 void setLeft(int value)
           
 void setTop(int value)
           
 void setWidth(int value)
           
 
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
 

Method Detail

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