| Visual Basic | |
|---|---|
Public Enum EdmGetMsgFlag Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmGetMsgFlag : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmGetMsgFlag : public System.Enum | |
| Member | Description |
|---|---|
| EdmGetMsg_Notifications | 4 = Return only file or folder notifications |
| EdmGetMsg_OnlyNew | 1 = Return only messages that have not been processed before |
| EdmGetMsg_OnlyUnread | 8 = Return only messages having the IEdmMessage5::IsRead flag set to true |
| EdmGetMsg_UserMessages | 2 = Return only messages sent from users |