import"nsIWindowsShellService.idl";
Public Attributes | |
| readonly attribute unsigned long | unreadMailCount |
Public Attributes inherited from nsIShellService | |
| attribute boolean | shouldCheckDefaultBrowser |
| const long | BACKGROUND_TILE = 1 |
| const long | BACKGROUND_STRETCH = 2 |
| const long | BACKGROUND_CENTER = 3 |
| const long | BACKGROUND_FILL = 4 |
| const long | APPLICATION_MAIL = 0 |
| const long | APPLICATION_NEWS = 1 |
| attribute unsigned long | desktopBackgroundColor |
| readonly attribute nsILocalFile | defaultFeedReader |
Additional Inherited Members | |
Public Member Functions inherited from nsIShellService | |
| boolean | isDefaultBrowser (in boolean aStartupCheck) |
| void | setDefaultBrowser (in boolean aClaimAllTypes, in boolean aForAllUsers) |
| void | setDesktopBackground (in nsIDOMElement aElement, in long aPosition) |
| void | openApplication (in long aApplication) |
| void | openApplicationWithURI (in nsILocalFile aApplication, in ACString aURI) |
Definition at line 41 of file nsIWindowsShellService.idl.
| readonly attribute unsigned long nsIWindowsShellService::unreadMailCount |
The number of unread mail messages for the current user.
Definition at line 48 of file nsIWindowsShellService.idl.