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
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