diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-F7B1D8E7-69EF-54E1-97C7-E5957C8399E0.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-F7B1D8E7-69EF-54E1-97C7-E5957C8399E0.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,37 @@ + + + + + +Modifying +the Transport Buffer Size Specifications for a Specified Bearer TypeThis tutorial explains how to modify the transport buffer size +specifications for a specified bearer type. + Before modifying the transport buffer size specifications for a specified +bearer type, see Important +considerations. +
Procedure
    +
  1. Create an instance of +the CEmailAccounts class.

  2. +
  3. Create an instance of +the CImapTransportBufferSizes class.

  4. +
  5. Use the CEmailAccounts::LoadImapTransportBufferSizesL() function +to populate the CImapTransportBufferSizes class from the +data stored in the central repository (CenRep).

  6. +
  7. Use the CImapTransportBufferSizes::AddSizesL() function +to specify the max retrieve request size and the number of pipelined retrieve +operations to use. The bearer types for which these settings are to be used +is a bit field, and may specify multiple bearer types. This new setting will +replace the existing settings for the specified bearer types.

  8. +
  9. Use the CEmailAccounts::SaveImapTransportBufferSizesL() function +to store the updated CImapTransportBufferSizes setting +class to the CenRep.

  10. +
+
See also

Bearer +Mobility Overview

+
\ No newline at end of file