A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Can't Get From Field in Custom Form



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old April 26th 07, 04:22 PM posted to microsoft.public.outlook.program_forms
John Lane
external usenet poster
 
Posts: 26
Default Can't Get From Field in Custom Form

The code below in a custom form displays various fields except the From field
(which I dragged over from the Field Chooser). I used the name in the
properties, but I guess that's not it - the VB script gets an error. Could
someone tell me what the correct From field name is? Thanks.

Sub Item_PropertyChange(ByVal Name)

If Name = "Subject" then
msgbox "hello - Subject"
MsgBox "Subject = " & Item.subject
MsgBox " User Field Test = " & Item.UserProperties.Item("Test")
MsgBox "From = " & Item._RecipientControl1
end if

End Sub

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WebPage field in custom contact form Wolfgang Kais Outlook - Using Contacts 2 October 9th 06 05:33 PM
Copying Data form user field to custom field [email protected] Outlook - Using Contacts 1 September 4th 06 07:32 PM
How to access custom field in Custom Form by C# Minh Nguyen Outlook - Using Forms 3 April 24th 06 04:32 PM
EMAIL field on Custom Outlook Form Michael Anderson Outlook - Using Forms 1 April 20th 06 01:30 PM
Populate Company field from Contact field in custom task form Sue Mosher [MVP-Outlook] Outlook - Using Forms 0 January 20th 06 08:37 PM


All times are GMT +1. The time now is 08:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.