Quote:
Originally Posted by bongohawk
I have a question about how to configure my email based on the following XML file:
<wap-provisioningdoc> ...</wap-provisioningdoc>
Now my questions is, which "parm name" sets the "Message download limit" and the "Automatic Send/Receive" times? I was guessing that "Linger" was the one, but I want to set my time to "Manually". Do i just put in "0" or leave it blank?
|
Leaving linger blank will default to 15 minutes. You want to set it to zero for manual.
As far as download limits (FROM
MSDN), there are two options - one for the actual message and one for attachments:
RETRIEVE[Optional] Specifies the maximum size (in bytes) for messages retrieved from the incoming e-mail server. Messages beyond this size will still be retrieved, but will be truncated. Use a value of 0 to specify that you only want to download headers. Use a value of -1 (or 4294967295) to specify that you want to download the full messages.
KEEPMAX[Optional] Specifies the maximum size (in KB) for message attachments to be downloaded. Attachments that are larger will remain on the server, but the message itself will still be downloaded. Use a value of 0 to specify that you do not want any message attachments. Use a value of -1 (or 4294967295) to specify that you want all message attachments, no matter how large.