PB connecting to Outlook

Windows specific forum
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Cecil

Did you try Kale's example in viewtopic.php?t=6536&highlight=blat+dll?

Seams to be great and easy!!

I can't make an example for you because i haven't Outlook installed... but i do point you to a vbs examples, should work. Try it, if you have any question send me an email.
ARGENTINA WORLD CHAMPION
cecilcheah
Enthusiast
Enthusiast
Posts: 168
Joined: Wed Jun 04, 2003 8:44 am
Location: Switzerland

Post by cecilcheah »

Hi Ricardo
Did you try Kale's example in viewtopic.php?t=6536&highlight=blat+dll?
Yes, i have downloaded everything from the web site. But how do i include the exe file inside my PB to run the exe? I have no clue how to do this. I can use run programme but then i cannot find any help on what parameters to call the exe programme.

Can i include an exe file inside my PB with the include function, and call RunProgramme function with the necessary parameter?

I did find a good VB script to do nearly the same thing as Kale's code, except it send attachments really as attachment and not embedded. In this VB example, they do an Base64FileEncoder, not just Base64Encoder, which is why it is successful in sending attachments, not embeddment.

I am looking into this code further. Most of the VB code is the same as Kale. Only need to translate the Base64FileEncoder.

Cecil
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

cecilcheah wrote:Hi Ricardo
Did you try Kale's example in viewtopic.php?t=6536&highlight=blat+dll?
Yes, i have downloaded everything from the web site. But how do i include the exe file inside my PB to run the exe? I have no clue how to do this. I can use run programme but then i cannot find any help on what parameters to call the exe programme.
Cecil
????????

Do we download the same thing????

I download a zip that contains a dll, not an exe. In the other hand if you read the pbi file you will see that Kale as been so kind to include there as comments the parameters.

I don't test the dll because my e mail server need to send the username and password to work :evil: but i will find a way to test it.
ARGENTINA WORLD CHAMPION
Post Reply