PB connecting to Outlook
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
PB connecting to Outlook
Is it possible to connect PB to Outlook using the outlook class?
I want to be able to send an email attachment, but i just cannot find out where the problem is with the code in Trick and treat section. I have already posted my Problem in the Beginner Forum, but no one help.
So i want to try sending email attachment with Outlook. Is it doable?
Cecil
I want to be able to send an email attachment, but i just cannot find out where the problem is with the code in Trick and treat section. I have already posted my Problem in the Beginner Forum, but no one help.
So i want to try sending email attachment with Outlook. Is it doable?
Cecil
Re: PB connecting to Outlook
Cecil i release some weeks ago a dll that easily let you this and many other things.cecilcheah wrote:Is it possible to connect PB to Outlook using the outlook class?
I want to be able to send an email attachment, but i just cannot find out where the problem is with the code in Trick and treat section. I have already posted my Problem in the Beginner Forum, but no one help.
So i want to try sending email attachment with Outlook. Is it doable?
Cecil
Go to the Yahoo group of my dll and here you will find a code to send an email with attachmente using Outlook
http://groups.yahoo.com/group/ActiveX2Dll/message/34
ARGENTINA WORLD CHAMPION
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
?????cecilcheah wrote:I cannot find where i can download this dll. I have joined the gorup but when i go to the file area, file does not exist.
Cecil
I just go there and download it from the files area ActiveX2Dll.zip
Another download url:
http://www.getafile.com/cgi-bin/merlot/ ... eX2Dll.zip
ARGENTINA WORLD CHAMPION
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
It is a dll which my user has to register, this is not really what i want.
Can anyone try and answer my question here:
viewtopic.php?t=6582
Please.
Cecil
Can anyone try and answer my question here:
viewtopic.php?t=6582
Please.
Cecil
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
Listen, im not trying to convince you, im just correcting some mistake in the info: the dll don't need to be registered.cecilcheah wrote:They need to register the DLL into their system, my users are mostly against this
Just one aditional dll need to be registered if used (usefull for some other things).
This is the right info.
ARGENTINA WORLD CHAMPION
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
If i buy the DLL from you, would you be able to provide me with PB example to send attachment from PB?
Do my users need to register any DLL if they use my programme and send emails through my programme using your DLL? What about licence? Would my user need to buy licence from you if they use my programme to send email?
Thanks
Cecil
Do my users need to register any DLL if they use my programme and send emails through my programme using your DLL? What about licence? Would my user need to buy licence from you if they use my programme to send email?
Thanks
Cecil
Hi,
As i told you im not trying to convince you or sell nothing, was just trying to give the correct info.
About your questions:
1.- I have only the example that i point you yesterday ¿did you try it?
2.- The dll itself don't need to be registered.
3.- No, you users or customers don't need to pay nothing. You can redistribute the dll with you applications as long as you are a registered user.
Please if more questions, comments, about the dll use the yahoo groups
As i told you im not trying to convince you or sell nothing, was just trying to give the correct info.
About your questions:
1.- I have only the example that i point you yesterday ¿did you try it?
2.- The dll itself don't need to be registered.
3.- No, you users or customers don't need to pay nothing. You can redistribute the dll with you applications as long as you are a registered user.
Please if more questions, comments, about the dll use the yahoo groups
ARGENTINA WORLD CHAMPION
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
Re: PB connecting to Outlook
Why don't you use the outlook dll named: MSOE.dll (which is in the outlook dir) 8Ocecilcheah wrote:Is it possible to connect PB to Outlook using the outlook class?
I want to be able to send an email attachment, but i just cannot find out where the problem is with the code in Trick and treat section. I have already posted my Problem in the Beginner Forum, but no one help.
So i want to try sending email attachment with Outlook. Is it doable?
Cecil
For more info on it (in this case, the MAPISENDDOCUMENTS function) check:
http://msdn.microsoft.com/library/defau ... uments.asp
:roll:
Just one thing, this will wonly work for systems that have outlook installed and configured... Not my case
- tinman
- PureBasic Expert

- Posts: 1102
- Joined: Sat Apr 26, 2003 4:56 pm
- Location: Level 5 of Robot Hell
- Contact:
Re: PB connecting to Outlook
[quote="Num3]Just one thing, this will wonly work for systems that have outlook installed and configured... Not my case 8)[/quote]
Doesn't it work with any MAPI enabled mailer installed? Although I guess you'd need to use the proper MAPI library, not the Outlook one.
Doesn't it work with any MAPI enabled mailer installed? Although I guess you'd need to use the proper MAPI library, not the Outlook one.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
(WinXPhSP3 PB5.20b14)
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
