NO

Author Topic: Send current document with CDO  (Read 4681 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Send current document with CDO
« on: April 23, 2012, 03:55:41 AM »
This AddIn example send current document with CDO, if someone really want to email current  document to someone.

Make it better, more usable, bugfree, ETC ...
Let me know if someone really needs something like this.
« Last Edit: November 29, 2012, 12:45:25 PM by timovjl »
May the source be with you

czerny

  • Guest
Re: Send current document with CDO
« Reply #1 on: May 02, 2012, 01:50:50 PM »
Hi Timovjl,

what is 'COM_NO_WINDOWS_H' for?
Or better in what cases should I use and define this?

czerny

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Send current document with CDO
« Reply #2 on: May 02, 2012, 03:22:39 PM »
Hi Timovjl,

what is 'COM_NO_WINDOWS_H' for?
Or better in what cases should I use and define this?

czerny
If you dont use windows.h and WIN32_LEAN_AND_MEAN and define headers as needed youself.
May the source be with you

czerny

  • Guest
Re: Send current document with CDO
« Reply #3 on: April 16, 2014, 09:45:16 AM »
Timo: Is this CDO-interface working with smtp port 25?
Is it possible to use port 587 insteed?
Port 25 is not very often available these days.

czerny

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Send current document with CDO
« Reply #4 on: April 16, 2014, 10:03:12 AM »
No, if 587 is for TLS (HotMail Outlook ?).
465 SSL is possible after adding some code. (GMail)
« Last Edit: April 16, 2014, 10:52:17 AM by TimoVJL »
May the source be with you