[DUG] SimpleMAPI

Jason Coley Jason at software-solutions.co.nz
Fri Apr 16 12:38:24 NZST 2010


It just uses the Outlook object model (I think) so you use in
conjunction with Outlook to do certain tasks, it has some low level
Extended MAPI code to do certain tasks.  You will have to get the
documentation from it to see what properties,methods are expoised.

You could just get the MAPI Header .pas files and do any low level stuff
yourself, I'm glad to help thorough this group and if Dmitry is around
he is bound to help.

Basically I would just check the system to see if Outlook is default,
then if it is certain tasks of creating a message (with attachments)
need to be done at the ExtendedMAPI level.

Regards from New Zealand (GMT+12)

Jason Coley
Software Solutions


-----Original Message-----
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz]
On Behalf Of Jeremy North
Sent: Friday, 16 April 2010 12:35 p.m.
To: Jason
Subject: Re: [DUG] SimpleMAPI

You can buy it separately.

Does it not work unless you are using one of their products to access
Outlook?

> Only for license holders of their products.
>
> Regards from New Zealand (GMT+12)
>
> Jason Coley
> Software Solutions
>
> -----Original Message-----
> From: delphi-bounces at delphi.org.nz 
> [mailto:delphi-bounces at delphi.org.nz]
> On Behalf Of Jeremy North
> Sent: Friday, 16 April 2010 12:06 p.m.
> To: Jason
> Subject: Re: [DUG] SimpleMAPI
>
> Addin Express have a component (I think it is COM) that you can by to 
> bypass the security prompts.
>
> http://www.add-in-express.com/outlook-security/
>
>
> On Fri, Apr 16, 2010 at 9:47 AM, Jason Coley 
> <Jason at software-solutions.co.nz> wrote:
>> The security is where Outlook Redemption comes in, it will get around

>> your security problems. It may be worthwhile if this is to be a large

>> deployment app that you check to see if Outlook is the default mail 
>> client, then use redemption (or other ExtendedMAPI code) to get 
>> around
>
>> security warnings, and use the Object Model to automate email
> creation.
>> Using Simple MAPI only will create issues when it comes to the 
>> Outlook
>
>> Security warnings, so it is something that needs to thought through 
>> very carefully. Each version has different security gotchas!
>>
>> Regards from New Zealand (GMT+12)
>>
>> Jason Coley
>> Software Solutions
>>
>> -----Original Message-----
>> From: delphi-bounces at delphi.org.nz
>> [mailto:delphi-bounces at delphi.org.nz]
>> On Behalf Of Matthew Comb
>> Sent: Friday, 16 April 2010 11:39 a.m.
>> To: Jason
>> Subject: Re: [DUG] SimpleMAPI
>>
>> Hey Paul,
>>
>> very minor requirements, invoking the email client to send an email 
>> with an attachment, so that is occurring outside our application (and

>> stored historically with the email client).
>>
>> We have added the Jedi MAPI version to our client, which is giving us

>> another option and works under some environments that our previous 
>> component did not.
>>
>> We also found that there was an issue with security rights for 
>> outlook
>> 2007 when using MAPI which we can work around in the mean time.
>>
>> Cheers,
>>
>> Matt.
>>
>>
>>
>>> Dear Matthew,
>>>
>>> What exact tasks are you wanting to perform with mapi, i.e. how far 
>>> are you needing to go?
>>>
>>> Paul
>>>
>>> On 14 April 2010 16:41, Matthew Comb <matt at ferndigital.com> wrote:
>>>> Hi Jason,
>>>>
>>>> Thanks, this link was interesting but not quite what I'm after.
>>>>
>>>> I'm looking for a component that will work with outlook, 
>>>> thunderbird,
>>
>>>> outlook express etc or any other simpleMAPI supporting email
client.
>>>>
>>>> Cheers,
>>>>
>>>> Matt.
>>>>
>>>> -----Original Message-----
>>>> From: delphi-bounces at delphi.org.nz
>>>> [mailto:delphi-bounces at delphi.org.nz]
>>>> On
>>>> Behalf Of Jason Coley
>>>> Sent: Wednesday, 14 April 2010 3:27 p.m.
>>>> To: NZ Borland Developers Group - Delphi List
>>>> Subject: Re: [DUG] SimpleMAPI
>>>>
>>>> Outlook Redemption...
>>>> http://www.dimastr.com/redemption/home.htm
>>>>
>>>>
>>>> Regards from New Zealand (GMT+12)
>>>>
>>>> Jason Coley
>>>> Software Solutions
>>>>
>>>> -----Original Message-----
>>>> From: delphi-bounces at delphi.org.nz
>>>> [mailto:delphi-bounces at delphi.org.nz]
>>>> On Behalf Of Matthew Comb
>>>> Sent: Wednesday, 14 April 2010 3:24 p.m.
>>>> To: Jason
>>>> Subject: [DUG] SimpleMAPI
>>>>
>>>> Hi,
>>>>
>>>> We've been using an old MAPI control for some time now, which has 
>>>> come up a cropper with recent service packs and on some 
>>>> environments
>
>>>> does not work any work.
>>>>
>>>> My understanding is that some windows service packs and new 
>>>> versions
>
>>>> of office have "downgraded" mapi to SimpleMAPI, and therefore some 
>>>> of
>>
>>>> the legacy controls no longer work.
>>>>
>>>> Can anyone recommend a control / component that works across all 
>>>> versions of windows.
>>>>
>>>> Yes we could go direct to SMTP and will do this if there are no 
>>>> comprehensive solutions, but would prefer not to do this at this 
>>>> stage if we can avoid it for a variety of reasons.
>>>>
>>>> Matt.
>>>>
>>>> _______________________________________________
>>>> NZ Borland Developers Group - Delphi mailing list
>>>> Post: delphi at delphi.org.nz
>>>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>>>> Unsubscribe: send an email to delphi-request at delphi.org.nz with
>> Subject:
>>>> unsubscribe
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> NZ Borland Developers Group - Delphi mailing list
>>>> Post: delphi at delphi.org.nz
>>>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>>>> Unsubscribe: send an email to delphi-request at delphi.org.nz with
>> Subject:
>>>> unsubscribe
>>>>
>>>>
>>>> _______________________________________________
>>>> NZ Borland Developers Group - Delphi mailing list
>>>> Post: delphi at delphi.org.nz
>>>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>>>> Unsubscribe: send an email to delphi-request at delphi.org.nz with
>> Subject:
>>>> unsubscribe
>>>>
>>> _______________________________________________
>>> NZ Borland Developers Group - Delphi mailing list
>>> Post: delphi at delphi.org.nz
>>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>>> Unsubscribe: send an email to delphi-request at delphi.org.nz with
>> Subject:
>>> unsubscribe
>>>
>>
>>
>> _______________________________________________
>> NZ Borland Developers Group - Delphi mailing list
>> Post: delphi at delphi.org.nz
>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>> Unsubscribe: send an email to delphi-request at delphi.org.nz with
> Subject:
>> unsubscribe
>>
>>
>>
>> _______________________________________________
>> NZ Borland Developers Group - Delphi mailing list
>> Post: delphi at delphi.org.nz
>> Admin: http://delphi.org.nz/mailman/listinfo/delphi
>> Unsubscribe: send an email to delphi-request at delphi.org.nz with
>> Subject: unsubscribe
>>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with
Subject:
> unsubscribe
>
>
>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with 
> Subject: unsubscribe
>
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi at delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
unsubscribe





More information about the Delphi mailing list