Hello everyone,
I'm developing an addin for Outlook 2003. I need to send an email (when user clicks
on my button in toolbar, while creating new message).
I've found MailItem.Send() method. Will that do the trick Will it
send it immediately or will it just move to Outbox folder (and wait for user to
click on Send/Receive)
Is there a way to invoke Send/Receive
Thanks.