Take outlook address book to a table
Wishman
Member Posts: 36
Hi everybody,
I want to take the address book to a navision table. Just the email adress and the contact name is enough for me.
I wrote a code
CREATE(OutlookApplication);
OutlookEmail:= OutlookApplication.CreateItem(0);
OutlookMAPI := OutlookApplication.GetNamespace('MAPI');
MyFolder := OutlookMAPI.GetDefaultFolder(13);
But the last sentence doesn't work and I don't know what "13" means.(Actually I looked at the msdn)
Does anybody have an idea about?
I want to take the address book to a navision table. Just the email adress and the contact name is enough for me.
I wrote a code
CREATE(OutlookApplication);
OutlookEmail:= OutlookApplication.CreateItem(0);
OutlookMAPI := OutlookApplication.GetNamespace('MAPI');
MyFolder := OutlookMAPI.GetDefaultFolder(13);
But the last sentence doesn't work and I don't know what "13" means.(Actually I looked at the msdn)
Does anybody have an idea about?
0
Comments
-
get outlook integration objects from the download sectionAjay Jain
UK0 -
Thanx,
But I have already done it. We are a company and I want to take the global address list. Neigther in the visual basic guide for outlook nor in these backups, nothing exists about this.
Any other suggestions?0 -
you can write macro and get the code
To Get Folders....................
ContactsFolder :=10
CalenderFolder:=9
InboxFolder:=6
TaskFolder:=13
FolderDeletedItems:=3
FolderOutbox:=4
FolderNotes:=12
FolderSentMail:=5
To Create Folders...............
0 = E-Mail
1 = Appointment
2 = Contactperson
3 = Task
4 = Logbookitem
5 = Note
6 = DiscussionAjay Jain
UK0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 333 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 991 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