public class OwaOptions
extends java.lang.Object
| Constructor and Description |
|---|
OwaOptions()
Instantiates a new owa options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enableReminders(boolean enableReminders)
Enable reminders.
|
void |
enableReminderSound(boolean enableReminderSound)
Sets reminder sound enabled/disabled.
|
int |
getComposeMarkup()
Gets the compose markup.
|
int |
getConversationSortOrder()
Gets the conversation sort order.
|
java.lang.String |
getDateFormat()
Gets the date format.
|
int |
getFirstWeekOfYear()
Gets the first week of year.
|
java.lang.String |
getFontColor()
Gets the font color.
|
int |
getFontFlags()
Gets the font flags.
|
java.lang.String |
getFontName()
Gets the font name.
|
int |
getFontSize()
Gets the font size.
|
int |
getFormatBarState()
Gets the format bar state.
|
int |
getHourIncrement()
Gets the hour increment.
|
int |
getMarkAsReadDelayTime()
Gets the mark as read delay time.
|
int |
getNewItemNotify()
Gets the new item notify.
|
int |
getNextSelection()
Gets the next selection.
|
int |
getPreviewMarkAsRead()
Gets the preview mark as read.
|
int |
getReadReceipt()
Gets the read receipt.
|
int |
getSendAsItemsCopiedTo()
Gets the send as items copied to.
|
int |
getSendOnBehalfOfCopiedTo()
Gets the send on behalf of copied to.
|
java.lang.String |
getSignatureHtml()
Gets the signature html.
|
java.lang.String |
getSignatureText()
Gets the signature text.
|
int |
getSpellingDictionaryLanguage()
Gets the spelling dictionary language.
|
java.lang.String |
getThemeStorageId()
Gets the theme storage id.
|
java.lang.String |
getTimeFormat()
Gets the time format.
|
java.lang.String |
getTimeZone()
Gets the time zone.
|
int |
getWeekStartDay()
Gets the week start day.
|
boolean |
isAlwaysShowBcc()
Checks if is always show bcc.
|
boolean |
isAlwaysShowFrom()
Checks if is always show from.
|
boolean |
isAutoAddSignature()
Checks if is auto add signature.
|
boolean |
isAutoAddSignatureOnReply()
Checks if is auto add signature on forward and reply.
|
boolean |
isCheckNameInContactsFirst()
Checks if is check name in contacts first.
|
boolean |
isEmptyDeletedItemsOnLogoff()
Checks if is empty deleted items on logoff.
|
boolean |
isEnableReminders()
Checks if is enable reminders.
|
boolean |
isEnableReminderSound()
Checks if reminder sound is enabled.
|
boolean |
isHideDeletedItems()
Checks if is hide deleted items.
|
boolean |
isOptimizedForAccessibility()
Checks if is optimized for accessibility.
|
boolean |
isQuicklinksBarVisible()
Checks if is quicklinks bar visible.
|
boolean |
isSpellingCheckBeforeSend()
Checks if is spelling check before send.
|
boolean |
isSpellingIgnoreMixedDigits()
Checks if is spelling ignore mixed digits.
|
boolean |
isSpellingIgnoreUpperCase()
Checks if is spelling ignore upper case.
|
void |
setAlwaysShowBcc(boolean alwaysShowBcc)
Sets the always show bcc.
|
void |
setAlwaysShowFrom(boolean alwaysShowFrom)
Sets the always show from.
|
void |
setAutoAddSignature(boolean autoAddSignature)
Sets the auto add signature.
|
void |
setAutoAddSignatureOnReply(boolean autoAddSignatureOnReply)
Sets the auto add signature on forward and reply.
|
void |
setCheckNameInContactsFirst(boolean checkNameInContactsFirst)
Sets the check name in contacts first.
|
void |
setComposeMarkup(int composeMarkup)
Sets the compose markup.
|
void |
setConversationSortOrder(int conversationSortOrder)
Sets the conversation sort order.
|
void |
setDateFormat(java.lang.String dateFormat)
Sets the date format.
|
void |
setEmptyDeletedItemsOnLogoff(boolean emptyDeletedItemsOnLogoff)
Sets the empty deleted items on logoff.
|
void |
setFirstWeekOfYear(int firstWeekOfYear)
Sets the first week of year.
|
void |
setFontColor(java.lang.String fontColor)
Sets the font color.
|
void |
setFontFlags(int fontFlags)
Sets the font flags.
|
void |
setFontName(java.lang.String fontName)
Sets the font name.
|
void |
setFontSize(int fontSize)
Sets the font size.
|
void |
setFormatBarState(int formatBarState)
Sets the format bar state.
|
void |
setHideDeletedItems(boolean hideDeletedItems)
Sets the hide deleted items.
|
void |
setHourIncrement(int hourIncrement)
Sets the hour increment.
|
void |
setMarkAsReadDelayTime(int markAsReadDelayTime)
Sets the mark as read delay time.
|
void |
setNewItemNotify(int newItemNotify)
Sets the new item notify.
|
void |
setNextSelection(int nextSelection)
Sets the next selection.
|
void |
setOptimizedForAccessibility(boolean isOptimizedForAccessibility)
Sets the optimized for accessibility.
|
void |
setPreviewMarkAsRead(int previewMarkAsRead)
Sets the preview mark as read.
|
void |
setQuicklinksBarVisible(boolean isQuicklinksBarVisible)
Sets the quicklinks bar visible.
|
void |
setReadReceipt(int readReceipt)
Sets the read receipt.
|
void |
setSendAsItemsCopiedTo(int sendAsItemsCopiedTo)
Sets the send as items copied to.
|
void |
setSendOnBehalfOfCopiedTo(int sendOnBehalfOfCopiedTo)
Sets the send on behalf of copied to.
|
void |
setShowTreeInListView(boolean showTreeInListView)
Sets the show tree in list view.
|
void |
setShowWeekNumbers(boolean showWeekNumbers)
Sets the show week numbers.
|
void |
setSignatureHtml(java.lang.String signatureHtml)
Sets the signature html.
|
void |
setSignatureText(java.lang.String signatureText)
Sets the signature text.
|
void |
setSpellingCheckBeforeSend(boolean spellingCheckBeforeSend)
Sets the spelling check before send.
|
void |
setSpellingDictionaryLanguage(int spellingDictionaryLanguage)
Sets the spelling dictionary language.
|
void |
setSpellingIgnoreMixedDigits(boolean spellingIgnoreMixedDigits)
Sets the spelling ignore mixed digits.
|
void |
setSpellingIgnoreUpperCase(boolean spellingIgnoreUpperCase)
Sets the spelling ignore upper case.
|
void |
setThemeStorageId(java.lang.String themeStorageId)
Sets the theme storage id.
|
void |
setTimeFormat(java.lang.String timeFormat)
Sets the time format.
|
void |
setTimeZone(java.lang.String timeZone)
Sets the time zone.
|
void |
setWeekStartDay(int weekStartDay)
Sets the week start day.
|
boolean |
showTreeInListView()
Show tree in list view.
|
boolean |
showWeekNumbers()
Show week numbers.
|
public java.lang.String getTimeFormat()
public void setTimeFormat(java.lang.String timeFormat)
timeFormat - the new time formatpublic boolean showWeekNumbers()
public void setShowWeekNumbers(boolean showWeekNumbers)
showWeekNumbers - the new show week numberspublic java.lang.String getSignatureText()
public void setSignatureText(java.lang.String signatureText)
signatureText - the new signature textpublic java.lang.String getSignatureHtml()
public void setSignatureHtml(java.lang.String signatureHtml)
signatureHtml - the new signature htmlpublic java.lang.String getTimeZone()
public void setTimeZone(java.lang.String timeZone)
timeZone - the new time zonepublic int getFirstWeekOfYear()
public void setFirstWeekOfYear(int firstWeekOfYear)
firstWeekOfYear - the new first week of yearpublic boolean isEnableReminders()
public void enableReminders(boolean enableReminders)
enableReminders - the enable reminderspublic boolean isEnableReminderSound()
public void enableReminderSound(boolean enableReminderSound)
enableReminderSound - the reminder sound enablepublic java.lang.String getDateFormat()
public void setDateFormat(java.lang.String dateFormat)
dateFormat - the new date formatpublic int getHourIncrement()
public void setHourIncrement(int hourIncrement)
hourIncrement - the new hour incrementpublic boolean isOptimizedForAccessibility()
public void setOptimizedForAccessibility(boolean isOptimizedForAccessibility)
isOptimizedForAccessibility - the new optimized for accessibilitypublic int getWeekStartDay()
public void setWeekStartDay(int weekStartDay)
weekStartDay - the new week start daypublic int getFormatBarState()
public void setFormatBarState(int formatBarState)
formatBarState - the new format bar statepublic boolean showTreeInListView()
public void setShowTreeInListView(boolean showTreeInListView)
showTreeInListView - the new show tree in list viewpublic int getMarkAsReadDelayTime()
public void setMarkAsReadDelayTime(int markAsReadDelayTime)
markAsReadDelayTime - the new mark as read delay timepublic int getNextSelection()
public void setNextSelection(int nextSelection)
nextSelection - the new next selectionpublic int getSpellingDictionaryLanguage()
public void setSpellingDictionaryLanguage(int spellingDictionaryLanguage)
spellingDictionaryLanguage - the new spelling dictionary languagepublic int getConversationSortOrder()
public void setConversationSortOrder(int conversationSortOrder)
conversationSortOrder - the new conversation sort orderpublic boolean isCheckNameInContactsFirst()
public void setCheckNameInContactsFirst(boolean checkNameInContactsFirst)
checkNameInContactsFirst - the new check name in contacts firstpublic boolean isSpellingCheckBeforeSend()
public void setSpellingCheckBeforeSend(boolean spellingCheckBeforeSend)
spellingCheckBeforeSend - the new spelling check before sendpublic int getReadReceipt()
public void setReadReceipt(int readReceipt)
readReceipt - the new read receiptpublic java.lang.String getThemeStorageId()
public void setThemeStorageId(java.lang.String themeStorageId)
themeStorageId - the new theme storage idpublic boolean isSpellingIgnoreUpperCase()
public void setSpellingIgnoreUpperCase(boolean spellingIgnoreUpperCase)
spellingIgnoreUpperCase - the new spelling ignore upper casepublic boolean isEmptyDeletedItemsOnLogoff()
public void setEmptyDeletedItemsOnLogoff(boolean emptyDeletedItemsOnLogoff)
emptyDeletedItemsOnLogoff - the new empty deleted items on logoffpublic int getPreviewMarkAsRead()
public void setPreviewMarkAsRead(int previewMarkAsRead)
previewMarkAsRead - the new preview mark as readpublic boolean isAutoAddSignature()
public void setAutoAddSignature(boolean autoAddSignature)
autoAddSignature - the new auto add signaturepublic boolean isAutoAddSignatureOnReply()
public void setAutoAddSignatureOnReply(boolean autoAddSignatureOnReply)
autoAddSignatureOnReply - the new auto add signature on replypublic boolean isAlwaysShowFrom()
public void setAlwaysShowFrom(boolean alwaysShowFrom)
alwaysShowFrom - the new always show frompublic boolean isHideDeletedItems()
public void setHideDeletedItems(boolean hideDeletedItems)
hideDeletedItems - the new hide deleted itemspublic int getSendAsItemsCopiedTo()
public void setSendAsItemsCopiedTo(int sendAsItemsCopiedTo)
sendAsItemsCopiedTo - the new send as items copied topublic boolean isSpellingIgnoreMixedDigits()
public void setSpellingIgnoreMixedDigits(boolean spellingIgnoreMixedDigits)
spellingIgnoreMixedDigits - the new spelling ignore mixed digitspublic boolean isAlwaysShowBcc()
public void setAlwaysShowBcc(boolean alwaysShowBcc)
alwaysShowBcc - the new always show bccpublic int getSendOnBehalfOfCopiedTo()
public void setSendOnBehalfOfCopiedTo(int sendOnBehalfOfCopiedTo)
sendOnBehalfOfCopiedTo - the new send on behalf of copied topublic boolean isQuicklinksBarVisible()
public void setQuicklinksBarVisible(boolean isQuicklinksBarVisible)
isQuicklinksBarVisible - the new quicklinks bar visiblepublic int getComposeMarkup()
public void setComposeMarkup(int composeMarkup)
composeMarkup - the new compose markuppublic int getNewItemNotify()
public void setNewItemNotify(int newItemNotify)
newItemNotify - the new new item notifypublic java.lang.String getFontName()
public void setFontName(java.lang.String fontName)
fontName - the new font namepublic java.lang.String getFontColor()
public void setFontColor(java.lang.String fontColor)
fontColor - the font colorpublic int getFontSize()
public void setFontSize(int fontSize)
fontSize - the new font sizepublic int getFontFlags()
public void setFontFlags(int fontFlags)
fontFlags - the font flags