MessageServer Class Reference

class MessageServer

Provides various static information functions relating to the Message Server.

TDriveNumber

Member Functions Documentation

CurrentDriveL(RFs &)

IMPORT_C TInt CurrentDriveL ( RFs & aFs ) [static]

Returns the drive that the Message Server is using to store messages.

capability
AllFiles If not within the message server process
capability
None If within the message server process
TDriveNumber

Parameters

RFs & aFs File server session

DriveContainsStore(RFs &, TInt)

IMPORT_C TBool DriveContainsStore ( RFs & aFs,
TInt aDrive
) [static]

Checks if the specified drive has a Message Server index on it.

capability
AllFiles If not within the message server process
capability
None If within the message server process
TDriveNumber

Parameters

RFs & aFs File server session
TInt aDrive Drive to check, specified by a TDriveNumber value

IsMessageStoreDrivePresentL(RFs &)

IMPORT_C TBool IsMessageStoreDrivePresentL ( RFs & aFs ) [static]

Checks to see if the currently selected drive contains the correct mail store.

If the message store is present on an external drive, we have to check if the same drive is mounted or not before storing the mail.

capability
None

Parameters

RFs & aFs

NullUidValue()

IMPORT_C TMsvId NullUidValue ( ) [static]

Returns the predefined message entry ID null value.

Version()

IMPORT_C TVersion Version ( ) [static]

Returns the Message Server version number.