Author |
|
Ivy411 Newbie
Joined: 22 September 2008
Online Status: Offline Posts: 8
|
Posted: 29 September 2008 at 9:28am | IP Logged
|
|
|
Hi,I have a couple of questions:
1. If i moved messages to a different folder, will its mail_ID keep the same?
My mail server does not support UIDPLUS(UidPlusResult).
2. THere are subfloders under "Inbox". Now I set imap.SelectFolder("Inbox"); then use the follwoing code to download messages:
EnvelopeCollection envelopes = imap.DownloadEnvelopes(
str_download_range, true, EnvelopeParts.MailBeeEnvelope | EnvelopeParts.BodyStructure | EnvelopeParts.MessagePreview, -1);
will it download messages in every folder, including the subfolders?
Thanks again !
I love your tech. support, and I could recomend your product to anyone.
Ivy
|
Back to Top |
|
|