using MAPI to send mail failed.......???
-
Iam using MAPI to send mail. But sending failed when closing OUTLOOK GUI . I want to send mail after closing OUTLOOK GUI. What is the issue ???? How can i solve it?? Configuration details: System : windows server 2008 r2 Outlook :OUTLOOK 2010 configured in my machine.
-
Iam using MAPI to send mail. But sending failed when closing OUTLOOK GUI . I want to send mail after closing OUTLOOK GUI. What is the issue ???? How can i solve it?? Configuration details: System : windows server 2008 r2 Outlook :OUTLOOK 2010 configured in my machine.
sumith sudesan wrote:
What is the issue ????
I'm sorry, you have provided insufficient information to help us solve this issue. We have no idea what your code looks like. We also don't really know what "sending failed" means - did you get an error message, or did it just not go? Have any messages been sent to the event logs?
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Iam using MAPI to send mail. But sending failed when closing OUTLOOK GUI . I want to send mail after closing OUTLOOK GUI. What is the issue ???? How can i solve it?? Configuration details: System : windows server 2008 r2 Outlook :OUTLOOK 2010 configured in my machine.
sumith sudesan wrote:
But sending failed when closing OUTLOOK GUI .
..sounds like you're interopping to Outlook. If you close the application (the COM-server), then the client won't be able to use it. Send your mail without using a reference to Outlook; then you won't be dependent on having it running.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]