View Single Post
  #79 (permalink)  
Old 04-24-2010, 10:27 PM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by bongohawk View Post
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.
__________________
Some requests I have filled: Click Here
Reply With Quote