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...?