New Outlook library

Erel

B4X founder
Staff member
Licensed User
Longtime User
Using the Outlook library you can access Pocket Outlook information (contacts, tasks and appointments).
This library replaces the Email library.
It requires .Net CF 2.0 and WM5 or newer devices.
The stable version can be downloaded here: www.b4x.com/Downloads.html

Attached is a beta version of this library which also includes an object named SMSMessage.
It allows sending SMS message (if the device has this option).
Its syntax is: SMSMessage.New1(PhoneNumber As String, Text As String)
Example:
SMSMessage.New1("212-22837373","What's up?")
 

Attachments

  • Outlook.zip
    12.4 KB · Views: 466

hung

Active Member
Licensed User
Longtime User
add object problem

:sign0148:When in desktop IDE, I add componet "outlook.dll" and "outlookdesktop.dll", the system prompts error "outlookdesktop.dll invalid format", then I can not "Add Object".

I downloaded v2.0 you published on 16/7/07. Same problem happen to the beta version.

Any hints?

Thanks.
 

Cableguy

Expert
Licensed User
Longtime User
I do encounter the same problem in the Desktop..

Already re-installed cf2.0 and stays the same....Untill I removed the old email.dll.

then all worked fine, any idea why?
 
Last edited:

RandomCoder

Well-Known Member
Licensed User
Longtime User
Wah Hey, GeoTrail is back :)

All hail GeoTrail.
Welcome back mate, you've been away for a while.

Regards,
RandomCoder
 

GeoTrail

Member
Licensed User
Longtime User
Hi RC. Yeah, been busy on a big project next to my daily job, so there haven't been much time to lurk around here as much as I would have wanted too ;)
 

RandomCoder

Well-Known Member
Licensed User
Longtime User
Hi RC. Yeah, been busy on a big project next to my daily job, so there haven't been much time to lurk around here as much as I would have wanted too ;)

Glad to hear that your OK and keeping busy.

Don't forget your mates here on the Forum, its been a little quiet without you - except for CableGuy (who I think is secretly trying to accumulate more posts than Erel ;) )

@ CableGuy, no offence intended pal :D

Regards,
RandomCoder
 

Mr_Gee

Active Member
Licensed User
Longtime User
Hi Erel,
Will there ever be email support in the outlook lib similar to the sms functions?
 

Mr_Gee

Active Member
Licensed User
Longtime User
Thnaks Erel, but actually I was looking at processing emails, similar to the SMSInterceptor ;)
I'd like to be able to communicate with the application using email
(processing of attachements would also be nice)
 
Top