Hola,
Una opción para evitar este mensaje es cambiar las opciones de Outlook.
No tengo Outlook en mi ordenador, pero puedes (más o menos) encontrar las opciones correctas aqui:
extras-->options-->security-->security zones menu
Si cambias tu concepto y quieres trabajar con Click OK, aqui tienes el código que puede ayudarte:
// Enable ClickYes.exe. This exe will automatically click the YES
// button of the OutLook security window, which appears when an
// email is sent.
LaunchExecutable("ClickYes.exe");
//Send New Mail Item
Outlook__MailItemSend(messageHandle, NULL);
// Disable ClickYes.exe
system("ClickYes.exe -stop");
Salud
Ramona Lombardo
Applications Engineer, NI Germany
Certified LabVIEW Developer