Main Page | Class Hierarchy | Class Members | Global Enums and Constants | Global Entry Points | Related Pages

IAccAlert Interface Reference

Inherited by IAccCallAlert.


Detailed Description

The IAccAlert encapsulates an AIM alert.

Public Types

Properties


Member Typedef Documentation

typedef enum IAccAlert::AccAlertType IAccAlert::AccAlertType

Values for the Type property.

typedef enum IAccAlert::AccAlertProp IAccAlert::AccAlertProp

Properties for the Property method.


Member Enumeration Documentation

enum IAccAlert::AccAlertType

Values for the Type property.

Enumerator:
AccAlertType_Mail 
AccAlertType_Ygp 
AccAlertType_Rendered 

enum IAccAlert::AccAlertProp

Properties for the Property method.

Enumerator:
AccAlertProp_Uuid  UUID (type) of the alert [get] xp_str*
AccAlertProp_Cookie  Unique ID for this particular alert [get] xp_str*
AccAlertProp_Timestamp  Time the alert was sent [get] xp_date*
AccAlertProp_GotMail  Is there new mail for this user? [get] xp_bool*
AccAlertProp_NumMails  Number of new emails in the user's inbox [get] xp_s32*
AccAlertProp_NumVoicemails  Number of new voicemails in the user's inbox [get] xp_s32*
AccAlertProp_Address  Email address this alert is in reference to [get] xp_str*
AccAlertProp_ReadUrl  URL to be used for reading mail [get] xp_str*
AccAlertProp_GotPics  Checks if there are new pictures for the user [get] xp_bool*
AccAlertProp_Description  Description of this "rendered" alert [get] xp_str*
AccAlertProp_Content  The content for this "rendered" alert [get] xp_str*
AccAlertProp_ImageUrl  The URL for displaying an image for a specific alert [get] xp_str*
AccAlertProp_MoreInfoUrl  The URL for more info on a specific alert [get] xp_str*
AccAlertProp_Duplicate  Checks if this is a duplicate alert [get] xp_bool*
AccAlertProp_DisplayTime  Time when this alert should be displayed [get] xp_s32*
AccAlertProp_Duration  Duration to display this alert for [get] xp_s32*
AccAlertProp_NotifyPrefs  Indicates how this alert should be displayed [get] xp_u32*


Property Documentation

AccAlertType IAccAlert::Type [get]

Get the type of alert.

xp_variant IAccAlert::Property( [in] xp_int property) ( [in] xp_int  property  )  [get]

Get a specific property of the alert. Properties are from AccAlertProp; which properties are valid depends on the value of Type().

Implemented in IAccCallAlert.


Questions? Stop by the AIM SDK Developer Forum
Created Mon Oct 15 18:06:39 2007 for AIM: Developer SDK
© 2007 AOL LLC. All Rights Reserved.