Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

EmailStartSession

$
0
0
Hello,

When using the EmailStartSession() command I never get an overview in my mailbox from the send items.
How do I proceed to get my send mails in my outbox ?

I'm using the following syntax.

EmailStartSession(<User Name> , <Password> , <Address of POP3 Server> [, <Address of SMTP Server> )
Email.Recipient[1] = "Mark.vissers@devoorzorg.be"
Email.NbRecipient = 1
Email.Subject = "Test mail"
Email.Message = "Test"
Email.NbAttach = 0
EmailSendMessage(<User Name>)

My mail is delivered, but it is registered in my outgoing mails.

????

Thanks

Viewing all articles
Browse latest Browse all 1914

Trending Articles