Avaya Client Services API Reference (iOS)
Properties | List of all members
CSMessageWaitingStatus Class Reference

Message waiting status information. More...

#import <CSMessageWaitingStatus.h>

Inherits NSObject.

Properties

BOOL hasMessagesWaiting
 A Boolean value indicating whether there are new messages waiting. More...
 
NSInteger newMessageCount
 The number of new messages waiting, if provided by the messaging system. More...
 
NSInteger totalMessageCount
 The total number of messages stored, if provided by the messaging system. More...
 
NSInteger newUrgentMessageCount
 The number of new urgent messages waiting, if provided by the messaging system. More...
 
NSInteger totalUrgentMessageCount
 The total number of urgent messages stored, if provided by the messaging system. More...
 

Detailed Description

Message waiting status information.

Property Documentation

- (BOOL) hasMessagesWaiting
readwritenonatomicassign

A Boolean value indicating whether there are new messages waiting.

This flag is set for all messaging systems.

- (NSInteger) newMessageCount
readwritenonatomicassign

The number of new messages waiting, if provided by the messaging system.

Set to a value of -1 if the messaging system does not provide this information.

- (NSInteger) newUrgentMessageCount
readwritenonatomicassign

The number of new urgent messages waiting, if provided by the messaging system.

Set to a value of -1 if the messaging system does not provide this information.

- (NSInteger) totalMessageCount
readwritenonatomicassign

The total number of messages stored, if provided by the messaging system.

Set to a value of -1 if the messaging system does not provide this information.

- (NSInteger) totalUrgentMessageCount
readwritenonatomicassign

The total number of urgent messages stored, if provided by the messaging system.

Set to a value of -1 if the messaging system does not provide this information.


The documentation for this class was generated from the following file: