Re: spam (General questions)
Hi,
yesterday's problem to connect server is solved.
Now, i get one new problem, when i click on folder it fire IMAPServer_ListMessages Event for folder and code for this event is below, which is same as full example means it add's message in folder's message collection but i do not get in outlook 2007?
if (IMAPServer.Activated)
{
if (Folder != null)
{
//objImapMessages = Folder.Messages;
location = Folder.Tag.ToString().Trim();
System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo(location);
foreach (System.IO.FileInfo fileInfo in dir.GetFiles( *.txt ))
{
ImapMessage objImapMessage = new ImapMessage();
objImapMessage = Folder.Messages.Add(objImapMessage);
objImapMessage.Filename = location + @ + fileInfo.Name.Trim();
objImapMessage.Tag = location + @ + fileInfo.Name.Trim();
objImapMessage.UID = Convert.ToInt32(fileInfo.Name.Trim().Substring(0, fileInfo.Name.Trim().IndexOf( . )));
// Folder.Messages.Add(objImapMessage).Tag = location + @ + fileInfo.Name.Trim();
// Temp Comment
ReadMessageProperty(User, objImapMessage);
}
}
}
So, why i am not getting message in outlook? is there any setting i have to do in IMAPServer_ReadMessage event?
Tarun,
Can you please show us your code inside wodImapServer CreateFolder Event?More help for CreateFolder Event you can find here:
http://www.weonlydo.com/ImapServer/Help/WODIMAPSERVERLib~wodImapServer~CreateFolder_EV.html
Drazen
Complete thread:
- spam - tarun, 2008-09-16, 10:59
- Re: spam - woddrazen, 2008-09-16, 11:39
- Re: spam - tarun, 2008-09-16, 11:53
- Re: spam - woddrazen, 2008-09-16, 12:34
- Re: spam - tarun, 2008-09-17, 13:16
- Re: spam - wodDamir, 2008-09-17, 14:27
- HostName - tarun, 2008-09-18, 07:08
- Re: HostName - woddrazen, 2008-09-18, 09:46
- Connection between Outlook and wodImapserver - tarun, 2008-09-23, 06:44
- Re: spam - wodDamir, 2008-09-23, 08:55
- Re: spam - tarun, 2008-09-23, 11:04
- Re: spam - tarun, 2008-09-23, 11:07
- Re: spam - wodDamir, 2008-09-23, 11:22
- Re: spam - tarun, 2008-09-30, 08:01
- Re: spam - woddrazen, 2008-09-30, 09:16
- Re: spam - tarun, 2008-09-30, 11:06
- Re: spam - woddrazen, 2008-09-30, 12:30
- Re: spam - tarun, 2008-09-30, 12:37
- Re: spam - woddrazen, 2008-09-30, 13:19
- Re: spam - tarun, 2008-09-30, 12:37
- Re: spam - woddrazen, 2008-09-30, 12:30
- Re: spam - tarun, 2008-09-30, 11:06
- Re: spam - woddrazen, 2008-09-30, 09:16
- Re: spam - tarun, 2008-09-30, 08:01
- Re: spam - wodDamir, 2008-09-23, 11:22
- Re: spam - tarun, 2008-09-23, 11:07
- Re: spam - tarun, 2008-09-23, 11:04
- Re: spam - wodDamir, 2008-09-23, 08:55
- Connection between Outlook and wodImapserver - tarun, 2008-09-23, 06:44
- Re: HostName - woddrazen, 2008-09-18, 09:46
- HostName - tarun, 2008-09-18, 07:08
- Re: spam - wodDamir, 2008-09-17, 14:27
- Re: spam - tarun, 2008-09-17, 13:16
- Re: spam - woddrazen, 2008-09-16, 12:34
- Re: spam - tarun, 2008-09-16, 11:53
- Re: spam - woddrazen, 2008-09-16, 11:39