*when i send email i use the following code as i
*got it from one of the threads below:
oSmtp = CREATEOBJECT("SMTPControl.SMTP"
oSmtp.SERVER="192.168.1.1"
oSmtp.Port=25
oSmtp.MailFrom="joesomeone@somewhere.net"
oSmtp.SendTo="suesomeone@somewhere.net"
oSmtp.MessageSubject="Spreadsheet"
oSmtp.MessageText="Here is your spreadsheet."
oSmtp.Attachments.Add("c:\Spreadsheet.xls"
oSmtp.SendEmail
*this works fine!
*Now what about checking email and retrieving email
*from the server?
*got it from one of the threads below:
oSmtp = CREATEOBJECT("SMTPControl.SMTP"
oSmtp.SERVER="192.168.1.1"
oSmtp.Port=25
oSmtp.MailFrom="joesomeone@somewhere.net"
oSmtp.SendTo="suesomeone@somewhere.net"
oSmtp.MessageSubject="Spreadsheet"
oSmtp.MessageText="Here is your spreadsheet."
oSmtp.Attachments.Add("c:\Spreadsheet.xls"
oSmtp.SendEmail
*this works fine!
*Now what about checking email and retrieving email
*from the server?