@Scriptable public final class ExchangeNoteUtil extends Object implements IExchangeNoteUtil
Modifier and Type | Method and Description |
---|---|
IExchangeNote |
createNew(String p_strNote,
String p_strUserMailbox)
Deprecated.
|
IExchangeNote |
createNewNote(String p_strNote,
String p_strUserMailbox)
Creates a new note.
|
IExchangeNote |
findById(String p_strId)
Finds a note by the given ID.
|
IExchangeNote |
findByPermanentUrl(String p_strUrl)
Finds a note by the given permanent URL.
|
static IExchangeNoteUtil |
getInstance()
Returns an instance initialized with a Exchange connection for the currently logged in user.
|
static IExchangeNoteUtil |
getInstance(Connection p_conn)
Returns an instance initialized with the given Exchange connection.
|
public static IExchangeNoteUtil getInstance()
public static IExchangeNoteUtil getInstance(Connection p_conn)
p_conn
- the MS Exchange connection@Deprecated public IExchangeNote createNew(String p_strNote, String p_strUserMailbox)
IExchangeNoteUtil
createNew
in interface IExchangeNoteUtil
p_strUserMailbox
- The user mailbox or null for the current user.IExchangeNote
instance.public IExchangeNote createNewNote(String p_strNote, String p_strUserMailbox)
IExchangeNoteUtil
createNewNote
in interface IExchangeNoteUtil
p_strUserMailbox
- The user mailbox or null for the current user.IExchangeNote
instance.public IExchangeNote findById(String p_strId)
IExchangeNoteUtil
findById
in interface IExchangeNoteUtil
p_strId
- The ID.IExchangeNote
instance.public IExchangeNote findByPermanentUrl(String p_strUrl)
IExchangeNoteUtil
findByPermanentUrl
in interface IExchangeNoteUtil
p_strUrl
- The permanent URL.