diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-F7F70CA0-138A-5D02-B10B-82BCD857DCE3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-F7F70CA0-138A-5D02-B10B-82BCD857DCE3.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,28 @@ + + + + + +Deleting +an SMTP Mobility Account +

This tutorial explains how to delete an SMTP mobility account.

+
Procedure This +task removes the SMTP account override for the IAPs that SMTP mobility account +is associated with.
    +
  1. Create an instance of +theCEmailAccounts class.

  2. +
  3. Use the CEmailAccounts::GetSmtpMobilityAccountL function +to get the ID of the SMTP mobility account that has to be deleted.

  4. +
  5. Delete the SMTP mobility +account from the central repository using CEmailAccounts::DeleteSmtpMobilityAccountL function +with the following parameters:

    IMPORT_C void DeleteSmtpMobilityAccountL(const TSmtpMobilityAccount& aAccount);

  6. +
+
See also

Bearer +Mobility Overview

+
\ No newline at end of file