|
|
|
|
Location:
MSVRCPT.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
class CMsvRecipient : public CBase;
Base class for information relating to a message recipient.
CBase - Base class for all classes to be instantiated on the heap
CMsvRecipient - Base class for information relating to a message recipient
Defined in CMsvRecipient:
CMsvRecipient(), EFailedToSend, ENotYetSent, ESentSuccessfully, Error(), ExternalizeL(), IncreaseRetries(), InternalizeL(), ResetRetries(), Retries(), SetError(), SetStatus(), Status(), TRecipientStatus, Time(), Time()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
virtual IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises the object from a read stream.
|
virtual IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises the object to a write stream.
|
inline TRecipientStatus Status() const;
Gets the message sending status for the recipient.
|
inline void SetStatus(TRecipientStatus aStatus);
Sets the message sending status for the recipient.
|
inline TInt Error() const;
Gets any error code for message sending to the recipient.
|
inline void SetError(TInt aError);
Sets any error code for message sending to the recipient.
|
inline const TTime &Time() const;
Gets the (const) time for message sending to the recipient.
|
inline TTime &Time();
Gets the (writable) time for message sending to the recipient.
|
inline TInt Retries() const;
Gets the number of retries for message sending to the recipient.
|
inline void IncreaseRetries();
Increments the number of retries for message sending to the recipient.
inline void ResetRetries();
Resets the number of retries for message sending to the recipient to zero.
TRecipientStatus
Message sending status for a recipient.
|