![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi there,
I'm writing some software to synchronize with Outlook. My goal is to synchorize emails to the SQL database. When I'm accessing the sender emailaddress - I receive the correct email address ONLY if the email was sent from without the company. As soon as I wish to sync an email received from one of the members internally I receive some 'rubbish' email address. Any ideas as to how I can retrieve the correct email address for internal emails? Thanks in advance. Best Regards, Peter J |
Ads |
#2
|
|||
|
|||
![]()
How are you retrieving the sender email address? Are you working with
Exchange server? You might be getting an Exchange distinguished name email address which is in the form usually of something like a bunch of "o=", "ou=" and "cn=" tags. Same question for your other post, sending using an Exchange account will not have a sender email address in the sent email, but you can retrieve the address from parsing the information from the PR_SENDER_ENTRYID property, which when converted into a text string has the distinguished name address. In addition to whether or not you're using Exchange you also need to tell us what Outlook version you're using and what language you're using for your code. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "pjerling" wrote in message ... Hi there, I'm writing some software to synchronize with Outlook. My goal is to synchorize emails to the SQL database. When I'm accessing the sender emailaddress - I receive the correct email address ONLY if the email was sent from without the company. As soon as I wish to sync an email received from one of the members internally I receive some 'rubbish' email address. Any ideas as to how I can retrieve the correct email address for internal emails? Thanks in advance. Best Regards, Peter J |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
User not receiving meeting invites internally | [email protected] | Outlook - Calandaring | 1 | April 10th 07 10:38 PM |
Received an address list. How do I move it to MY address book? | Jim | Outlook - Using Contacts | 1 | October 12th 06 08:58 PM |
Forwarding Contacts made from custom form internally | rikper | Outlook - Using Forms | 5 | August 11th 06 09:29 PM |
Emailing Contacts made with custom form internally | rikper | Outlook - Using Contacts | 1 | August 11th 06 01:52 AM |
Anonymous access allowed internally. | Tyson | Outlook and VBA | 1 | June 1st 06 03:43 PM |