OutlookMailFolderIds Enumeration
Specifies the known Outlook.com mailbox folders.
Namespace: DevCase.ThirdParty.MicrosoftLiveAssembly: DevCase.net48.ThirdParty.MicrosoftLive (in DevCase.net48.ThirdParty.MicrosoftLive.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum OutlookMailFolderIds
Public Enumeration OutlookMailFolderIds
Dim instance As OutlookMailFolderIds
public enum class OutlookMailFolderIds
type OutlookMailFolderIds
No code example is currently available or this language may not be supported.
Inbox |
1 |
The Inbox folder.
|
Drafts |
2 |
The Drafts folder.
|
SentItems |
3 |
The SentItems folder.
|
DeletedItems |
4 |
The DeletedItems folder.
|