RE: [DUG]: access mail from a specified folder

2000-10-02 Thread Cheng Wei
/_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

Re: [DUG]: access mail from a specified folder

2000-10-02 Thread Nello Sestini
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]

RE: [DUG]: access mail from a specified folder

2000-10-02 Thread Jim Zheng
: 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

RE: [DUG]: access mail from a specified folder

2000-10-01 Thread Cheng Wei
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

RE: [DUG]: access mail from a specified folder

2000-10-01 Thread Jim Zheng
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

RE: [DUG]: access mail from a specified folder

2000-10-01 Thread Jim Zheng
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

Re: [DUG]: access mail from a specified folder

2000-10-01 Thread Nello Sestini
> 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 -

Re: [DUG]: access mail from a specified folder

2000-10-01 Thread David Brennan
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; &

RE: [DUG]: access mail from a specified folder

2000-10-01 Thread vss
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