#include <mw/msvrcpt.h>
Link against: msgs_autoshutdown.lib
class CMsvRecipient : public CBase, public CBase |
Public Member Enumerations | |
---|---|
enum | TRecipientStatus { ENotYetSent, ESentSuccessfully, EFailedToSend } |
Public Member Functions | |
---|---|
TInt | Error() |
virtual IMPORT_C void | ExternalizeL(RWriteStream &) |
void | IncreaseRetries() |
virtual IMPORT_C void | InternalizeL(RReadStream &) |
void | ResetRetries() |
TInt | Retries() |
void | SetError(TInt) |
void | SetStatus(TRecipientStatus) |
TRecipientStatus | Status() |
const TTime & | Time() |
TTime & | Time() |
Protected Member Functions | |
---|---|
CMsvRecipient() |
Base class for information relating to a message recipient.
Message sending status for a recipient.
Enumerator | Value | Description |
---|---|---|
ENotYetSent | 0 |
Message is not sent. |
ESentSuccessfully | 1 |
Message has been sent. |
EFailedToSend | 2 |
Message sending failed. |
TInt | Error | ( | ) | const [inline] |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [virtual] |
Externalises the object to a write stream.
Parameters | |
---|---|
aStream | Stream to which the object should be externalised. |
void | IncreaseRetries | ( | ) | [inline] |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
Internalises the object from a read stream.
Parameters | |
---|---|
aStream | The stream from which the object should be internalised. |
void | ResetRetries | ( | ) | [inline] |
TInt | Retries | ( | ) | const [inline] |
void | SetError | ( | TInt | aError | ) | [inline] |