|
 |
asp_cdo thread: Cdonts Problem
Message #1 by "dilip" <dilip@i...> on Fri, 8 Jun 2001 12:34:37 +0530
|
|
HI
I am Dilip from India and i am currently working on an email
package.The problem is that i am able to send the message thru cdonts.I have
configured the SMTP server.While receiving the email is stored in the
clients inbox.BUT HOW DO WE SHOW HIM THE READ OR UNREAD MAILS.
In cdonts we dont have the property of read and unread or can we get the
MEssage id of the email.Please help me out with this context.
Regards
Dilip.
Message #2 by "Siegfried Weber" <sweber@c...> on Fri, 8 Jun 2001 16:04:59 +0200
|
|
SMTP stands for Simple Mail *TRANSFER* Protocol. It is strictly for
sending mail. The Windows NT4/2000 IIS SMTP Service will put any mail
that is transferred to it into a directory in the file system if it
could not be delivered to a mailbox server that is configured via DNS MX
records.
If you want to access a client's mailbox you must use the appropriate
API that the mailbox server supports. The most common are POP3 and
IMAP4.
</Siegfried>
> -----Original Message-----
> From: dilip [mailto:dilip@i...]
> Sent: Friday, June 08, 2001 9:05 AM
> To: ASP CDO
> Subject: [asp_cdo] Cdonts Problem
>
> HI
>
> I am Dilip from India and i am currently working on an email
> package.The problem is that i am able to send the message thru
cdonts.I
> have
> configured the SMTP server.While receiving the email is stored in the
> clients inbox.BUT HOW DO WE SHOW HIM THE READ OR UNREAD MAILS.
>
> In cdonts we dont have the property of read and unread or can we
get
> the
> MEssage id of the email.Please help me out with this context.
>
>
> Regards
>
> Dilip.
>
|
|
 |