Hi,
I have several email accounts defined in microsoft outlook
How can I define an account which shold be used to send emails?
I am using:
With Item
.Item = oItem
.Recipients.Add "..."
.Recipients.ResolveAll
.ReadReceiptRequested = True
.Subject = temat
.body = tresc
.send
End With
....
thanks
mcg