C
Cameron Powell
Ok, I keep posting little snippets of things relating to this. Basically
there are a bunch of little things that is doing wrong when pulling name and
address information from the outlook address book. The ultimate goal is I
want all of the name information that is entered to be used. If the prefix,
first name, middle name, last name, and suffix are entered I want ALL of it
to be used. Generally it will skip the prefix, but sometimes it doesn't. I
dont see why this so difficult. If it is displayed in the address book as Mr.
John E. Doe, Jr. it will pull it as such, but if it is displayed as John E.
Joe, Jr. it will pull it is that even though the Mr. is entered in the
appropriate field. Basically what I would like to find out is where the hell
word gets the information from. When I pull the name I use:
application.getaddress (,"<PR_DISPLAY_NAME>")
Where exactly is "Display Name" entered? It isn't "display as" because
changing that has no affect.
there are a bunch of little things that is doing wrong when pulling name and
address information from the outlook address book. The ultimate goal is I
want all of the name information that is entered to be used. If the prefix,
first name, middle name, last name, and suffix are entered I want ALL of it
to be used. Generally it will skip the prefix, but sometimes it doesn't. I
dont see why this so difficult. If it is displayed in the address book as Mr.
John E. Doe, Jr. it will pull it as such, but if it is displayed as John E.
Joe, Jr. it will pull it is that even though the Mr. is entered in the
appropriate field. Basically what I would like to find out is where the hell
word gets the information from. When I pull the name I use:
application.getaddress (,"<PR_DISPLAY_NAME>")
Where exactly is "Display Name" entered? It isn't "display as" because
changing that has no affect.