Borrar filtros
Borrar filtros

How Can I send email from ML with two different accounts?

1 visualización (últimos 30 días)
Michael Mateju
Michael Mateju el 3 de Feb. de 2015
Comentada: wei el 11 de Abr. de 2015
Hi,
I have MS outlook installed. I'm trying to use 'sendolmail' function in ML. But I would like to figure out hot to use different account instead of the default one. I tried the following:
h = actxserver('outlook.Application');
mail = h.CreateItem('olMail');
get(h.Session)
but it returns only one account. I dunno how to tell ML to use another one.
Thanks for help

Respuestas (1)

Image Analyst
Image Analyst el 3 de Feb. de 2015
Instead of using ActiveX to talk to Outlook, why not use MATLAB'S sendmail()? I attach a demo.
  9 comentarios
Image Analyst
Image Analyst el 23 de Mzo. de 2015
Like I said, I don't. And Michael never returned here to say if he found the ActiveX method to specify which account to log in to. If you figure it out, maybe you will post your learnings here.
wei
wei el 11 de Abr. de 2015
I can only specify which account is used to send mail by changing the default email account, cannot find anyway to choose directly from Matlab.

Iniciar sesión para comentar.

Categorías

Más información sobre Use COM Objects in MATLAB en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by