diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-10 12:52:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-10 12:52:34 +0000 |
commit | 4f8ae924e26821de7d7ec033ac99056008aac10f (patch) | |
tree | 607c201e81b0ba8010e81ba89374cdf9215b36e8 /include | |
parent | 808419ba4249c4cfb2c4bb5891a599543ca9f25a (diff) |
PS_GETUNREADEMAILCOUNT - the unified macro for "/GetUnreadEmailCount"
git-svn-id: http://svn.miranda-ng.org/main/trunk@6425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-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()
|