Have problem with Office

Hello,

I have problem, somebody know how make default email from send? Like a macro?

Public Sub SetFromAddress(oMail As Outlook.MailItem)
    ' Set your preferred default From address below.
    ' Exchange permissions determine if it is actually stamped
    ' as "Sent On Behalf Of" or "Sent As".
    ' The address is not properly updated for the InlineResponse
    ' feature in Outlook 2013. This is only a visual bug.
    oMail.SentOnBehalfOfName = "delegate@domain.com"
End Sub

 how read line he do it normal then i use replay button...?

August 26th, 2015 9:09am

Hi,

In Outlook 2013 client, we can always compose a new email from the default account. Once you set the default account from Account Settings, please then edit the registry key as below:

Important Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Options\Mail
DWORD value: NewItemsUseDefaultSendingAccount
Value: 1

If you need to always compose new emails as a delegate, please consider to add the delegate's mailbox as an additional mailbox in Outlook, follow the steps above and check the result.

In addition, Replies and Forwards always use the account the message arrived on.

Regards,

Melon Chen
TechNet Community Su

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 2:12am

But if i have one account exchange and i add by from other address, but i always want then push replay on default to be not a main exchange account but other address...

Thats my problem..

 
August 28th, 2015 3:04am

Hi,

As mentioned in my previous post, Replies and Forwards always use the account the message arrived on. I'm not sure if this request can be done by a macro. To confirm this, you can ask the question in the Outlook for Developers forum:

https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=outlookdev

Regards,

Melon Chen
TechNet Community Su

Free Windows Admin Tool Kit Click here and download it now
August 28th, 2015 4:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics