Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
QuestionActivate an existing browser session with a .Net executable Pin
Joachim Maes10-Oct-07 0:43
Joachim Maes10-Oct-07 0:43 
AnswerRe: Activate an existing browser session with a .Net executable Pin
Christian Graus10-Oct-07 0:57
protectorChristian Graus10-Oct-07 0:57 
QuestionSending Mail using MAPI Pin
M. J. Jaya Chitra10-Oct-07 0:32
M. J. Jaya Chitra10-Oct-07 0:32 
AnswerRe: Sending Mail using MAPI Pin
TJoe10-Oct-07 9:37
TJoe10-Oct-07 9:37 
GeneralRe: Sending Mail using MAPI Pin
M. J. Jaya Chitra10-Oct-07 18:07
M. J. Jaya Chitra10-Oct-07 18:07 
QuestionRe: Sending Mail using MAPI Pin
TJoe11-Oct-07 2:21
TJoe11-Oct-07 2:21 
AnswerRe: Sending Mail using MAPI Pin
M. J. Jaya Chitra11-Oct-07 2:29
M. J. Jaya Chitra11-Oct-07 2:29 
GeneralRe: Sending Mail using MAPI Pin
TJoe11-Oct-07 3:01
TJoe11-Oct-07 3:01 
You are using the Outlook interop, not MAPI (even though you are getting the MAPI namespace). If you look at the documentation[^] for the MailItem.Send method, you will see that it says the dialog will be shown. This is a security measure, so I doubt you would be able to programmatically suppress it.

You should be able to configure the Outlook UI to suppress it though (depending on your version). I'm running Outlook 2007, and I can disable it under the "Tools->Trust Center..." menu item. In the dialog select "Programmatic Access", and select the "Never warn me..." option. This is not recommended by Microsoft or me.

Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

GeneralRe: Sending Mail using MAPI Pin
M. J. Jaya Chitra11-Oct-07 17:52
M. J. Jaya Chitra11-Oct-07 17:52 
GeneralRe: Sending Mail using MAPI Pin
TJoe12-Oct-07 1:57
TJoe12-Oct-07 1:57 
Questionthe static keyword Pin
Dextter10-Oct-07 0:28
Dextter10-Oct-07 0:28 
AnswerRe: the static keyword Pin
Christian Graus10-Oct-07 0:31
protectorChristian Graus10-Oct-07 0:31 
GeneralRe: the static keyword Pin
N a v a n e e t h10-Oct-07 0:51
N a v a n e e t h10-Oct-07 0:51 
GeneralRe: the static keyword Pin
Christian Graus10-Oct-07 0:57
protectorChristian Graus10-Oct-07 0:57 
AnswerRe: the static keyword Pin
Guffa10-Oct-07 1:13
Guffa10-Oct-07 1:13 
GeneralRe: the static keyword Pin
Christian Graus10-Oct-07 1:19
protectorChristian Graus10-Oct-07 1:19 
GeneralRe: the static keyword Pin
Guffa10-Oct-07 1:49
Guffa10-Oct-07 1:49 
GeneralRe: the static keyword Pin
Dextter10-Oct-07 1:14
Dextter10-Oct-07 1:14 
AnswerRe: the static keyword Pin
Guffa10-Oct-07 1:51
Guffa10-Oct-07 1:51 
GeneralRe: the static keyword Pin
Rob Philpott10-Oct-07 2:05
Rob Philpott10-Oct-07 2:05 
QuestionStarting animation defined in XAML from code Pin
donovan.solms10-Oct-07 0:23
donovan.solms10-Oct-07 0:23 
AnswerRe: Starting animation defined in XAML from code Pin
Christian Graus10-Oct-07 0:28
protectorChristian Graus10-Oct-07 0:28 
GeneralRe: Starting animation defined in XAML from code Pin
donovan.solms10-Oct-07 13:59
donovan.solms10-Oct-07 13:59 
QuestionCalling part of a function Pin
Muammar©10-Oct-07 0:22
Muammar©10-Oct-07 0:22 
AnswerRe: Calling part of a function Pin
Christian Graus10-Oct-07 0:40
protectorChristian Graus10-Oct-07 0:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.