Interface IExchangeNote
-
- All Superinterfaces:
IExchangeItem
@Scriptable public interface IExchangeNote extends IExchangeItem
Defines properties of an Exchange note and methods to work with a note.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBody()DategetCreationDate()StringgetFKUserMailboxEmail()StringgetHtmlDescription()DategetLastModified()voidsetBody(String p_strBody)voidsetHtmlDescription(String p_strHtmlDescr)-
Methods inherited from interface de.uplanet.lucy.server.businesslogic.exchange.util.IExchangeItem
addAttachment, addAttachment, addCategory, delete, getAttachments, getCategories, getFolderHref, getHref, getId, getItemLink, getPermanentUrl, getSubject, getUserDefinedFieldValue, removeAttachment, removeCategory, save, setSubject, setUserDefinedFieldValue
-
-
-
-
Method Detail
-
getBody
String getBody()
-
setBody
void setBody(String p_strBody)
-
getHtmlDescription
String getHtmlDescription()
-
setHtmlDescription
void setHtmlDescription(String p_strHtmlDescr)
-
getCreationDate
Date getCreationDate()
-
getLastModified
Date getLastModified()
-
getFKUserMailboxEmail
String getFKUserMailboxEmail()
-
-