Outlook API Guide (Send e-mail with more than 260 chars)

aleix1979
Member Posts: 213
Hi chaps!
I am looking for a guide of the Outlook Automation to see if there is any function to be able to send e-mails from Navision with more than 260 characters in the body.
I can't believe it's so restricted! :twisted:
All the stuff downloaded from MSDN is quite technical but maybe not enough.
Can anybody give a clue? :whistle:
I am looking for a guide of the Outlook Automation to see if there is any function to be able to send e-mails from Navision with more than 260 characters in the body.
I can't believe it's so restricted! :twisted:
All the stuff downloaded from MSDN is quite technical but maybe not enough.
Can anybody give a clue? :whistle:
Navision Developer
0
Comments
-
You must write your own ocx with a function like this
Public Sub AniadirLineaMensaje(linea As String)
Cuerpo = Cuerpo + linea + vbLf + vbCr
End Sub
Then in the main send function write:
...
MAPIMensaje.MsgNoteText = Cuerpo
...
-- Alejandro --0 -
Waldo: No it cannot! the BSTR var which is the one that receives the string is actually limited to 255 chars so I can't!
Alejandro: Thanks but how can I create my own OCX if it's the Microsoft's API for Outlook? :-k
Is it possible to modify Office's DLL's :shock: :shock: :shock: ???
All I could do is to create a wrapping that would pass to the Automation the whole text made up of lines but I would never be able to do so if the original function doesn't allow to send more than a BSTR (in other words, I need another function)
I can't believe it's so limited... :roll: c'mon...Navision Developer0 -
Your own ocx must be a wrapper of course, I have already write one some years ago, I can send it to you if you want. The inconvenient of this solution is that you must register it in each Navision client
-- Alejandro --0 -
Hey everyvody!
I think I found he solution
http://www.mibuso.com/dlinfo.asp?FileID=112
In Mibuso of course
I will report if that solves the problem 8-[Navision Developer0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions