Board index » delphi » Outlook 98 msg attachment

Outlook 98 msg attachment

Does somebody have some example code for creating a mail message using the
outlook type library ... specifically sending an attachment with a message
to Outlook?

TIA,
Brian Kohrman

 

Re:Outlook 98 msg attachment


Hi,

Well, you can check out RFC 821 (SMTP) and RFC 1521 (MIME) to see what is
required to send an email with an attachment.  You should be warned that the
RFCs are pretty general (read dry or boring) and it takes a lot of coding to
implement them.

Alternatively, you can use a third party control like Catalyst's SMTP
control and Mail Message control to send the email plus attachment. The free
evaluation software can be downloaded at www.catalyst.com.

Quote
Brian Kohrman wrote in message ...
>Does somebody have some example code for creating a mail message using the
>outlook type library ... specifically sending an attachment with a message
>to Outlook?

>TIA,
>Brian Kohrman

Other Threads