diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-622F81E2-44D1-5B72-B0A7-2637BF610438.dita --- a/Symbian3/PDK/Source/GUID-622F81E2-44D1-5B72-B0A7-2637BF610438.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-622F81E2-44D1-5B72-B0A7-2637BF610438.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,34 +1,34 @@ - - - - - -Modifying -the SMTP Mobility Account Settings -

This tutorial explains how to modify the SMTP mobility account settings.

-
Procedure
    -
  1. Create an instance of -the RArray <TSmtpMobilityAccount > -class.

  2. -
  3. Populate this array -with the IDs of mobility accounts associated with a specified SMTP account -using the following function:

    CEmailAccounts:: GetSmtpMobilityAccountsL(const TSmtpAccount& aSmtpAccount, RArray<TSmtpMobilityAccount>& aAccounts)

  4. -
  5. Create an instance of -the CImSmtpMobilitySettings class.

  6. -
  7. Populate the CImSmtpMobilitySettings class -using the following function:

    CEmailAccounts:: LoadSmtpMobilitySettingsL(const TSmtpMobilityAccount& aAccount, CImSmtpMobilitySettings& aSettings)

  8. -
  9. Modify the email settings -as required through CImSmtpMobilitySettings functions.

  10. -
  11. Save changes to the -central repository using the following function:

    CEmailAccounts:: void SaveSmtpMobilitySettingsL(const TSmtpMobilityAccount& aAccount, const CImSmtpMobilitySettings& aSettings)

  12. -
All instances of <protocol> in the preceding steps are either Imap4, Pop3, -or Smtp.
-
See also

Bearer -Mobility Overview

+ + + + + +Modifying +the SMTP Mobility Account Settings +

This tutorial explains how to modify the SMTP mobility account settings.

+
Procedure
    +
  1. Create an instance of +the RArray <TSmtpMobilityAccount > +class.

  2. +
  3. Populate this array +with the IDs of mobility accounts associated with a specified SMTP account +using the following function:

    CEmailAccounts:: GetSmtpMobilityAccountsL(const TSmtpAccount& aSmtpAccount, RArray<TSmtpMobilityAccount>& aAccounts)

  4. +
  5. Create an instance of +the CImSmtpMobilitySettings class.

  6. +
  7. Populate the CImSmtpMobilitySettings class +using the following function:

    CEmailAccounts:: LoadSmtpMobilitySettingsL(const TSmtpMobilityAccount& aAccount, CImSmtpMobilitySettings& aSettings)

  8. +
  9. Modify the email settings +as required through CImSmtpMobilitySettings functions.

  10. +
  11. Save changes to the +central repository using the following function:

    CEmailAccounts:: void SaveSmtpMobilitySettingsL(const TSmtpMobilityAccount& aAccount, const CImSmtpMobilitySettings& aSettings)

  12. +
All instances of <protocol> in the preceding steps are either Imap4, Pop3, +or Smtp.
+
See also

Bearer +Mobility Overview

\ No newline at end of file