diff options
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 8d27a0e859..808722b457 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -549,6 +549,12 @@ typedef struct { // Returns the max length
#define PS_GETMYWAYDMAXLENGTH "/GetMyWAYDMaxLength"
+// Get the unread email message count, optional
+// wParam = (WPARAM)0
+// lParam = (LPARAM)0
+// Returns the number of unread emails
+#define PS_GETUNREADEMAILCOUNT "/GetUnreadEmailCount"
+
/****************************** SENDING SERVICES *************************/
//these should be called with CallContactService()
|