B
Bob
I have an application that is currently automating Outlook to send e-mails.
But in order for the e-mails to be sent from Outlook, and not stopped in the
Outbox, Outlook must be open. When Outlook is opened manually the e-mails are
sent.
How do I to open and close Outlook programmatically?
I have tried to use a Process with;
Dim OutlookPath As String =
Environment.GetFolderPath(Environment.SpecialFolder.Programs)
But I failed to find a path or even the .exe name.
Thanks
But in order for the e-mails to be sent from Outlook, and not stopped in the
Outbox, Outlook must be open. When Outlook is opened manually the e-mails are
sent.
How do I to open and close Outlook programmatically?
I have tried to use a Process with;
Dim OutlookPath As String =
Environment.GetFolderPath(Environment.SpecialFolder.Programs)
But I failed to find a path or even the .exe name.
Thanks