![]() |
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
|
|||
|
|||
![]()
I have a form create to send emails. I am looking at thte "Have Replies Sent
To" field. I have successfully been able to extract the manager's name, but I am having difficulty getting City information. Can anyone assist? Thank you, Ken |
#2
|
|||
|
|||
![]()
Show the code you're using.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Ken" wrote in message ... I have a form create to send emails. I am looking at thte "Have Replies Sent To" field. I have successfully been able to extract the manager's name, but I am having difficulty getting City information. Can anyone assist? Thank you, Ken |
#3
|
|||
|
|||
![]()
Sorry that - toss that up to being new to using these newsgroups.
At any rate, here is the code I am using: Recipients.Add(Recipients(lngRepPtr).AddressEntry. Manager) Recipients(lngRepPtr).AddressEntry.City I have tried various properties trying to get the city to not avail. I appreciate the help. Thank you, Ken "Ken Slovak - [MVP - Outlook]" wrote: Show the code you're using. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Ken" wrote in message ... I have a form create to send emails. I am looking at thte "Have Replies Sent To" field. I have successfully been able to extract the manager's name, but I am having difficulty getting City information. Can anyone assist? Thank you, Ken |
#4
|
|||
|
|||
![]()
AddressEntry has no City property. Look at the Object Browser to see what's
available to you in the Outlook object model. City or other properties shown in the AddressEntry.Details screen can only be retrieved using CDO, Extended MAPI, Redemption (www.dimastr.com/redemption) or other lower level API's than the Outlook object model. See http://www.cdolive.com/cdo10.htm for a list of property tags for various AddressEntry properties. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Ken" wrote in message ... Sorry that - toss that up to being new to using these newsgroups. At any rate, here is the code I am using: Recipients.Add(Recipients(lngRepPtr).AddressEntry. Manager) Recipients(lngRepPtr).AddressEntry.City I have tried various properties trying to get the city to not avail. I appreciate the help. Thank you, Ken |
#5
|
|||
|
|||
![]()
Ken,
Thank you. That's exactly what I was looking for. I knew that I was missing something simple. Guess I was too close to the trees to see the forest. Thanks again, Ken "Ken Slovak - [MVP - Outlook]" wrote: AddressEntry has no City property. Look at the Object Browser to see what's available to you in the Outlook object model. City or other properties shown in the AddressEntry.Details screen can only be retrieved using CDO, Extended MAPI, Redemption (www.dimastr.com/redemption) or other lower level API's than the Outlook object model. See http://www.cdolive.com/cdo10.htm for a list of property tags for various AddressEntry properties. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Ken" wrote in message ... Sorry that - toss that up to being new to using these newsgroups. At any rate, here is the code I am using: Recipients.Add(Recipients(lngRepPtr).AddressEntry. Manager) Recipients(lngRepPtr).AddressEntry.City I have tried various properties trying to get the city to not avail. I appreciate the help. Thank you, Ken |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook contact to Word Mail Merge result blank line before City, State, Zip | Randy | Outlook - Using Contacts | 6 | October 5th 06 02:37 AM |
Outlook 2003 contact phone number area/city code format (UK) | Ian Edmont | Outlook - Using Contacts | 1 | June 9th 06 12:22 PM |
Missing recipients | Lamb | Outlook - General Queries | 1 | May 19th 06 01:00 PM |
Mapping of zip/postal code and city field reversed | John H Gamborg | Outlook - Using Contacts | 6 | May 16th 06 10:28 AM |
Undisclosed recipients | smags | Outlook - Using Contacts | 3 | April 21st 06 10:42 PM |