Attention Manager Support
[Email]


Defines

#define ALP_ALERT_TYPE_EMAIL   ALP_ALERT_TYPE_ALP"/email"
 POSTAL Email attention manager alerts The Email UI should automatically clear any "New email" alerts when the user views a given account. There can be up to one "New email" alert per account.
#define ALP_ALERT_TYPE_EMAIL_NEW   ALP_ALERT_TYPE_EMAIL"/new"
#define ALP_POSTAL_EMAIL_ATTENTION_SOURCE   "Postal Service"
 The ALP Attention Manager uses this string to keep track of who requested the attention item. An application may use this string to request that the attention item be cleared.


Define Documentation

#define ALP_ALERT_TYPE_EMAIL   ALP_ALERT_TYPE_ALP"/email"
 

POSTAL Email attention manager alerts The Email UI should automatically clear any "New email" alerts when the user views a given account. There can be up to one "New email" alert per account.

Remarks:
see ALP_POSTAL_EMAIL_ATTENTION_SOURCE
Example:
    sprintf(alertHandleP, "%d", accountId);
    err = alp_attn_alert_delete(ALP_POSTAL_EMAIL_ATTENTION_SOURCE,
        ALP_ALERT_TYPE_EMAIL_NEW, alertHandleP);

#define ALP_ALERT_TYPE_EMAIL_NEW   ALP_ALERT_TYPE_EMAIL"/new"
 

#define ALP_POSTAL_EMAIL_ATTENTION_SOURCE   "Postal Service"
 

The ALP Attention Manager uses this string to keep track of who requested the attention item. An application may use this string to request that the attention item be cleared.

Example:
    sprintf(alertHandleP, "%d", accountId);
    err = alp_attn_alert_delete(ALP_POSTAL_EMAIL_ATTENTION_SOURCE,
        ALP_ALERT_TYPE_EMAIL_NEW, alertHandleP);


Generated on Wed Jul 30 07:06:43 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.