473,804 Members | 3,373 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

OE Address Book interface not too friendly with exporting - Seeking A97 solution to read it

MLH
Anyone ever experiement importing WAB data
directly into A97? Would lke a chance to look
at any work done in this arena.
Apr 8 '06
11 2321
MLH
How did you intend MAPI_DIALOG to be defined?
Apr 9 '06 #11
"Lyle Fairfield" <ly***********@ aim.com> wrote in
news:11******** *************@i 39g2000cwa.goog legroups.com:
As usual, we have to ask you, wtf do you want to do? If you want to
find out Fred Jones WAB address and Fred Jones is in your WAB then this
(first posted may years ago) may do it.

Option Explicit

Type MAPIRecip
Reserved As Long
RecipClass As Long
Name As String
Address As String
EIDSize As Long
EntryID As String
End Type

Declare Function MAPIResolveName _
Lib "c:\program files\outlook express\msoe.dl l" _
Alias "BMAPIResolveNa me" ( _
ByVal Session As Long, _
ByVal UIParam As Long, _
ByVal UserName As String, _
ByVal Flags As Long, _
ByVal Reserved As Long, _
ByVal Recipient As Long) As Long
Private Const MAPI_DIALOG As Long = &H8
Public Function GetEmailAddress ThroughOE(ByVal strName As String) As
String
' should bring up resolve name dialog if name not found
Dim r As MAPIRecip
MAPIResolveName 0, 0, strName, MAPI_DIALOG, 0, VarPtr(r)
GetEmailAddress ThroughOE = StrConv(r.Addre ss, vbUnicode)
End Function

Public Sub Test()
Debug.Print GetEmailAddress ThroughOE("Cand ace Bergen")
End Sub


--
Lyle Fairfield
Apr 9 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
3209
by: Sharif Tanvir Karim | last post by:
Can anyone send me a php.ini file that is used by almost by all hosts? My damn computer's (winxp) mini server is messed up and I am starting over so I am trying ot get php to behave on my system. SO please, if you can, please send me the php.ini file used by most hosts. -- Sharif Tanvir Karim http://www.onlyonxbox.net
0
2079
by: Ed Wurster | last post by:
Posted this incorrectly as a response in an unrelated thread. Sorry! Can someone recommend a script for a Contact List or Address Book? I've looked at many that are available, but would like to solicit other ideas. I am looking for a solution to manage and make available the 1000's of name and numbers that a family accumulates. I want to make this information
2
1671
by: Ken | last post by:
Hi. I'm an experienced C++ programmer/OO designer who now needs to use Java on my next project. I've never programmed in Java, and I am only vaguely familiar with it (I know what bytecodes and JVM's are, I know that an Interface is a class with no implementation, and I know that derived classes either extend the base class or implement it if it's an interface--but that's about it). I'm looking for some excellent books on Java. ...
42
9753
by: Steven O. | last post by:
I am seeking some kind of tool that I can use for GUI prototyping. I know how to use Visual Basic, but since a lot of software is being coded in Java or C++, I'd like to learn a Java or C++ -based tool. Back when I took my Java and C++ classes (two or three years ago), the available tools -- at least the ones I could find -- were still not as easy, not as "drag-and-drop", as Visual Basic. Has that changed? Is there some software out...
0
1306
by: Teo Lachev | last post by:
I would like to introduce you officially to my book "Reporting Services in Action" and let you know about its availability. I wrote this book for information workers, system administrators and developers who are planning to leverage Reporting Services to author, manage and distribute RS-based reports. It is a solution-oriented guide that teaches you RS by practical examples. Here are some of the solutions that are included in the book: ...
2
1229
by: MLH | last post by:
I want to read more about the microsoft user interface specification for windows applications. I know there are standards that have been developed and I want to gain a little more expertise in the topic. Seeking Web Resources Recommendations?
29
3899
by: chellappa | last post by:
hi all I need to write a program to find mac address of a my computer using libaries, is this possible? How? thanks
2
5079
by: =?utf-8?B?6Km55YWJ6ICA?= | last post by:
Hi all! I wonder if there's any Python module that could read from .wab file. I googled but found nothing useful. Any idea? Thanks :) Rio
1
1532
by: MarkW | last post by:
Sometime back I bought a couple books on Dreamweaver and Flash for the CS2 Suite and along with it bought a book for Php, Foundation Php for Dreamweaver 8. I read the Dreamweaver and Flash books but never have read the Php book. Now that I was ready to I just upgraded to the CS3 suite. My question is, is it important to look for a newer Php book to use with this CS3 suite or would the current book be ok and up to date? Should I look...
0
9705
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9576
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10310
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9138
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7613
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5515
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4291
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2983
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.