A Microsoft Office (Excel, Word) forum. OfficeFrustration

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 » OfficeFrustration forum » Microsoft Outlook » Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I display a contact picture in a user defined form or cust.



 
 
Thread Tools Display Modes
  #1  
Old January 7th, 2005, 06:49 PM
M-Kaps
external usenet poster
 
Posts: n/a
Default How do I display a contact picture in a user defined form or cust.

Is the contact picture associated with a user accessable field? I would like
to create a custom form and view similar to an ID badge displaying a contact
photo and basic information.
  #2  
Old January 7th, 2005, 10:04 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

See http://www.outlookcode.com/d/formpicture.htm#control .

FYI, there is a newsgroup specifically for Outlook forms issues "down the
hall" at microsoft.public.outlook.program_forms or, via web interface, at
http://www.microsoft.com/office/comm...rogram_f orms

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"M-Kaps" wrote in message
...
Is the contact picture associated with a user accessable field? I would
like
to create a custom form and view similar to an ID badge displaying a
contact
photo and basic information.



  #3  
Old January 10th, 2005, 05:25 PM
M-Kaps
external usenet poster
 
Posts: n/a
Default

How do I access the contact picture in Outlook 2003, which is some sort of
"attachment". I know how to add it to a form once I have access to it.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.outlookcode.com/d/formpicture.htm#control .

FYI, there is a newsgroup specifically for Outlook forms issues "down the
hall" at microsoft.public.outlook.program_forms or, via web interface, at
http://www.microsoft.com/office/comm...rogram_f orms

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"M-Kaps" wrote in message
...
Is the contact picture associated with a user accessable field? I would
like
to create a custom form and view similar to an ID badge displaying a
contact
photo and basic information.




  #4  
Old January 10th, 2005, 07:40 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

An item that already has a picture stores the image in an attachment named
ContactPicture.jpg.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"M-Kaps" wrote in message
...
How do I access the contact picture in Outlook 2003, which is some sort of
"attachment". I know how to add it to a form once I have access to it.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.outlookcode.com/d/formpicture.htm#control .

"M-Kaps" wrote in message
...
Is the contact picture associated with a user accessable field? I
would
like
to create a custom form and view similar to an ID badge displaying a
contact
photo and basic information.






  #5  
Old January 10th, 2005, 08:37 PM
M-Kaps
external usenet poster
 
Posts: n/a
Default

How do I access ContactPicture.jpg or any attachment for that matter. The
only field available, that I am aware of is "attachment" which is boolean
("yes"/"no")? Obviously the default contacts form has access; and I can
display it by right,clicking and choosing "view attachment"; but how can I
access it to put on my own custom form? The standard library version of the
contacts form omits this field in the forms designer.

"Sue Mosher [MVP-Outlook]" wrote:

An item that already has a picture stores the image in an attachment named
ContactPicture.jpg.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"M-Kaps" wrote in message
...
How do I access the contact picture in Outlook 2003, which is some sort of
"attachment". I know how to add it to a form once I have access to it.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.outlookcode.com/d/formpicture.htm#control .

"M-Kaps" wrote in message
...
Is the contact picture associated with a user accessable field? I
would
like
to create a custom form and view similar to an ID badge displaying a
contact
photo and basic information.






  #6  
Old January 10th, 2005, 09:23 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

Take a look at the MailItem.Attachments collection and the Attachment object
and their methods, which you can use in code, including VBScript behind a
form.

The new picture control on the Outlook 2003 contact form is not available to
programmers. The page I suggested earlier has alternative solutions.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"M-Kaps" wrote in message
...
How do I access ContactPicture.jpg or any attachment for that matter. The
only field available, that I am aware of is "attachment" which is boolean
("yes"/"no")? Obviously the default contacts form has access; and I can
display it by right,clicking and choosing "view attachment"; but how can I
access it to put on my own custom form? The standard library version of
the
contacts form omits this field in the forms designer.

"Sue Mosher [MVP-Outlook]" wrote:

An item that already has a picture stores the image in an attachment
named
ContactPicture.jpg.

"M-Kaps" wrote in message
...
How do I access the contact picture in Outlook 2003, which is some sort
of
"attachment". I know how to add it to a form once I have access to it.

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.outlookcode.com/d/formpicture.htm#control .

"M-Kaps" wrote in message
...
Is the contact picture associated with a user accessable field? I
would
like
to create a custom form and view similar to an ID badge displaying a
contact
photo and basic information.








 




Thread Tools
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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to clear controls of Filter form Jan Il Using Forms 2 November 28th, 2004 02:04 PM
Dates in a listbox connected to a form... RusCat Using Forms 13 November 25th, 2004 02:31 AM
How do I get a user defined date field in Contact to show up on C. mwfuss Calendar 1 November 12th, 2004 03:13 AM
How do I get mulitiple table attributes to display on a form when. Ken Rhhoads General Discussion 1 September 10th, 2004 12:33 AM
Display Parameter from Form on Report sara Setting Up & Running Reports 10 July 19th, 2004 04:54 PM


All times are GMT +1. The time now is 08:46 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.