![]() |
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 generic txt box on a custom appt form that is being used for
receipents. What I want to do is place a button on the form that acts as a "check names". What I need is if the value is a valid address I need to be able to find things like display name and such. Any help would be greatly appreicated. Below is the code I have so far. Sub CommandButton2_Click() strChangeTo = Item.UserProperties.Find("ChgTo").Value z=split(strChangeTo,";") i=0 Do until i = (ubound(z)+1) Set objRecip = Item.Recipients.Add(z(i)) if objRecip.resolve = true then msgbox z(i) & " is a valid address." else msgbox z(i) & " is not a valid address." end if i=i+1 Loop End Sub -- Thanks, Jerry L |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Printing Calendar Details From OWA | Toby | Outlook - Calandaring | 1 | March 7th 06 02:27 AM |
My calendar won't allow me to click to the details | Max in NJ | Outlook - Calandaring | 2 | March 4th 06 11:48 PM |
Displaying the From details of an email | Tosh | Outlook - Using Contacts | 0 | February 25th 06 02:26 PM |
details for the outmail account | Jim | Outlook Express | 13 | February 24th 06 02:06 PM |
How do I find my ISP's POP3 details? | Annie1904 | Outlook - Installation | 1 | January 21st 06 04:40 PM |