/_mapi1b
ook_imapicontainer_openentry.htm
Cheers
Cheng
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Jim Zheng
Sent: Tuesday, 3 October 2000 09:07
To: Multiple recipients of list delphi
Subject: RE: [DUG]: access mail from a specified folder
Hi Cheng,
Do you have any
Jim
> Do you have any example how to call that in Delphi?
take a look here
http://www.xs4all.nl/~nederwar/delphi/../article/1292_C.zip
ns
---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
: access mail from a specified folder
Any detail about IMAPIContainer, ns?
Jim
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nello Sestini
Sent: Monday, 02 October, 2000 14:33
To: Multiple recipients of list delphi
Subject: Re: [DUG]: access mail from a s
ess mail from a specified folder
Any detail about IMAPIContainer, ns?
Jim
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nello Sestini
Sent: Monday, 02 October, 2000 14:33
To: Multiple recipients of list delphi
Subject: Re: [DUG]: access mail from a s
Brennan
Sent: Monday, 02 October, 2000 14:33
To: Multiple recipients of list delphi
Subject: Re: [DUG]: access mail from a specified folder
Out of curiousity, what if you want to access a user created email folder,
called say Foo. Is there some way of selecting folders by name?
David.
DB Solutions
Any detail about IMAPIContainer, ns?
Jim
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nello Sestini
Sent: Monday, 02 October, 2000 14:33
To: Multiple recipients of list delphi
Subject: Re: [DUG]: access mail from a specified folder
> From: Jim Zh
> From: Jim Zheng <[EMAIL PROTECTED]>
> I know how to access messages from Inbox, but how do we access messages
from
> any specified inbox folder using MAPI calls?
I think you need to use the IMAPIContainer::OpenEntry method
on the folder object (in your case the InBox).
ns
-
TED]>
Sent: Tuesday, October 03, 2000 3:15 AM
Subject: RE: [DUG]: access mail from a specified folder
> Jim.
>
> you have to use the Outlook constants to specify what box you are trying
to access.
> The constants are :-
>
> olFolderDeletedItems = 3;
> olFolderOutbox = 4;
&
Jim.
you have to use the Outlook constants to specify what box you are trying to access.
The constants are :-
olFolderDeletedItems = 3;
olFolderOutbox = 4;
olFolderSentMail = 5;
olFolderInbox = 6;
olFolderCalendar = 9;
olFolderContacts = 10;
olFolderJournal = 11;
olFolderNot