From 4f8ae924e26821de7d7ec033ac99056008aac10f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 10 Oct 2013 12:52:34 +0000 Subject: PS_GETUNREADEMAILCOUNT - the unified macro for "/GetUnreadEmailCount" git-svn-id: http://svn.miranda-ng.org/main/trunk@6425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protosvc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/m_protosvc.h') 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() -- cgit v1.2.3