Send Emails with Outlook Account in vba Macro Code From Outlook Excel Word Email.SendUsingAccount

preview_player
Показать описание
Dim objAccount 'As Account
For Each objAccount In app_Outlook.Session.Accounts
If objAccount.SmtpAddress Like sEmail_From Then
Set objEmail.SendUsingAccount = objAccount
Exit For
End If
Next
Рекомендации по теме
Комментарии
Автор

This is an absolute lifesaver thank you! For the email portion, is there a way to link to an outlook template?

torontoslaptor
Автор

Hi, I have two account but it send from default account, the display show send account but after send it was from default

Comedygalaxy
welcome to shbcf.ru