
|   |  | |
Location: 
            MsvEntryScheduleData.h
            
Link against: schsend.lib
            
         
class TMsvEntryScheduleData;
Stores message-specific data related to scheduling.
The data is not required by the Client/UI side. This data is stored in a stream associated with the TMsvEntry.
         
Defined in TMsvEntryScheduleData:
            IncreaseRetries(), IsReset(), RemoveL(), Reset(), ResetRetries(), RestoreL(), Retries(), StoreL(), TMsvEntryScheduleData(), iRef, iRetryCount, iTaskId, iVersion
            
         
IMPORT_C void RestoreL(CMsvStore &aStore);
Restores the object from a store.
| 
 | 
IMPORT_C void StoreL(CMsvStore &aStore) const;
Stores the object in a store.
This method leaves if the the object's data cannot be written to a RMsvWriteStream stream.
         
| 
 | 
IMPORT_C void RemoveL(CMsvStore &aStore) const;
Removes the object from a store.
| 
 | 
| 
 | 
IMPORT_C TBool IsReset() const;
Tests if all the members are set to their default value.
| 
 | 
IMPORT_C TInt Retries() const;
Gets how many retries have been made to send this message.
| 
 | 
TSchedulerItemRef iRef;
The TSchedulerItemRef returned by the Task Scheduler when the schedule on which the message is scheduled is created.
         
protected: TInt iRetryCount;
The number of retries that have been made to send this message.
protected: TInt16 iVersion;
Structure version.