Search results

  1. Z

    Always Send from Default Account, depend of receive account

    Dear Diane, It's better now...but it's still take too long for create mail, about 15-20 sec. When I reply on not-gmail message, it take about 3-5 sec for create mail. I add "Exit Sub" and change in line "InStr( )" > 0... Scanned messages are sent only to one recipient, Regards Zlatko
  2. Z

    Always Send from Default Account, depend of receive account

    Thank you again Diane, code is ok but script is too slow for work...need 1 min to create new mail... Whether there is an option to speed up work? That verifies only "TO" field of received mail... Regards Zlatko
  3. Z

    Always Send from Default Account, depend of receive account

    Thank you Diane, but it not working.. This is example of code for "Always reply from default address": Public Sub New_Reply() Dim oAccount As Outlook.Account Dim oMail As Outlook.MailItem For Each oAccount In Application.Session.Accounts If oAccount = "default_address@xxx.com" Then Set...
  4. Z

    Always Send from Default Account, depend of receive account

    Hello, I have one problem with script "send from default address", because i need to omit this rule for gmail account. Public Sub New_Mail() Dim oAccount As Outlook.Account Dim oMail As Outlook.MailItem For Each oAccount In Application.Session.Accounts If oAccount = "Account Name" Then Set...
Back
Top