Re: Outlook send mail using C$ (early bound)
- From: "Mike Walker [MVP]" <mike.w@xxxxxxxx>
- Date: Wed, 20 Apr 2005 21:29:37 +0100
The outlook security model is a blessing and a pain, there is MAPIX that you
can use to send direct through MAPI and will need to be written in C++ or
you can be libraries that wrapper the MAPIX functionality that doesn't
prompt the security dialog, another option is trusting your exe with a
signed dll/exe and then if you use Exchange Server you can install an
Outlook Security form that allows you to configure the security model
accordingly.
http://office.microsoft.com/en-us/assistance/HA011402911033.aspx
http://www.outlookcode.com/d/sec.htm
May also help for reference
--
Mike Walker
MVP Visual Developer VSTO
(Please Reply via NG)
"Ben Reese" <BenReese@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EBEF582E-CD52-4CD4-BDEF-94460F387EE7@xxxxxxxxxxxxxxxx
>I have had the same problem In VB / .Net
> Using both outlook and CDO directly.
>
> I tried the simplest thing possible... a small Macro inside Outlook
> Sub Main()
> Dim Mail As Outlook.MailItem
> Dim Rorward As Outlook.MailItem
>
> Set Mail =
> ThisOutlookSession.Session.GetDefaultFolder(olFolderInbox).Items.Item(1)
>
> Set Forward = Mail.Forward
> Forward.Recipients.Add "me@xxxxxxxxxxx"
> Forward.Send
> End Sub
>
> This results in the same security dialogue.
> I understand the need for security. but this seems to be a real sticing
> point for any unatended applications.
>
> "Ahmed" wrote:
>
>> sorry I meant "Office CD" not CV :D :D
>> it seems that looking for job make me misspell words.
>>
>> "Ahmed" wrote:
>>
>> >
>> > Thank you,
>> > I installed the feature from office CV.
>> >
>> > the problem is that: "IT DOESN'T WORK UNLESS THE SECURITY POPUP
>> > APPEARS"
>> >
>> > Is there any work around this?
.
- Prev by Date: Re: Re-Labeling of TaskPad in Calendar
- Next by Date: Re: Word Object Libraries
- Previous by thread: Re: Re-Labeling of TaskPad in Calendar
- Next by thread: MODI Requirements
- Index(es):
Relevant Pages
|