Contact Photo For Calendar Note Field

Status
Not open for further replies.

LMS

Senior Member
Outlook version
Email Account
Exchange Server
In the past, we create the code lines inside the script of a contact form which puts the words from certain fields of the contact fields in the note field of the calendar event of that contact. And we had two different lines re the text areas and the date areas which are below. So what can I do to put a Photo of the Contact in the Note field? The Photo field is OlkContactPhoto1 but it does not show up in the note field of the Calendar of the contact.

if item.getinspector.modifiedformpages("General").controls("Intro Date").text <> "None" then txtintrodate = "Intro Date" & ": " & vbcrlf & item.getinspector.modifiedformpages("General").controls("Intro Date").text & vbcrlf
if item.getinspector.modifiedformpages("General").controls("TextBox5").text <> "" then txtintroperson = "Intro Person" & ": " & vbcrlf & item.getinspector.modifiedformpages("General").controls("TextBox5").text & vbcrlf
 
The field supports embedded images so it should be possible, but you need to get it on the clipboard and paste. AFAIK anyway. I don't have any code samples though. (And I'll be mostly offline for Easter holidays beginning tonight and won't have time to look into it.)
 
The field supports embedded images so it should be possible, but you need to get it on the clipboard and paste. AFAIK anyway. I don't have any code samples though. (And I'll be mostly offline for Easter holidays beginning tonight and won't have time to look into it.)
Any possible update for a code that I put in the script so it automatically puts in the picture?
 
Any possible update for a code that I put in the script so it automatically puts in the picture?
 
no, I don't have any updates.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
L Contact Photo For Calendar Note Field Using Outlook 0
Witzker Outlook 2019 How to get a Photo in a User Defined Contact form Outlook VBA and Custom Forms 2
C contact photo size Using Outlook 2
L Insert Photo to Contact Using Outlook 23
P Email Header/People pane/contact card - GAL photo vs. contact photo Using Outlook 7
S Contact Photo does not display in email messages. Using Outlook 3
G Outlook 2021 Add Picture to Custom Contact Form Outlook VBA and Custom Forms 2
AndyZ Contact Custom Form Tiny Text Outlook VBA and Custom Forms 3
A How to reduce size of custom contact form? Outlook VBA and Custom Forms 3
S Custom Contact card - need help creating one Outlook VBA and Custom Forms 1
U Outlook 2021 not showing contact cards in Searches Using Outlook 1
Witzker Outlook 2019 Macro to seach in all contact Folders for marked Email Adress Outlook VBA and Custom Forms 1
Witzker How to get the button Karte ( map) in custom contact form Outlook VBA and Custom Forms 2
G Adding a contact to a specific folder Using Outlook 0
B Linking contact to an Appointment Using Outlook 1
Witzker Outlook 2019 Macro to send an Email Template from User Defined Contact Form Outlook VBA and Custom Forms 0
jehan2256 "History" button in Business Contact Manager Using Outlook 1
Witzker Outlook 2019 Edit contact from email does not open the user defined contactform Using Outlook 3
Horsepower Contact phone numbers randomly change Using Outlook 0
Witzker Set Cursor & Focus from any field to the body of a user Contact form in OL 2019 Outlook VBA and Custom Forms 1
Witzker Place cursor at opening, a user defined OL contact form Outlook VBA and Custom Forms 3
M Contact deletion Using Outlook 2
R Roadrunner Email Settings | Contact Roadrunner Customer Support Outlook VBA and Custom Forms 0
M Accessing ALL Outlook contact fields Outlook VBA and Custom Forms 3
S Outlook 365 Shared mailbox contact group member numbers not matching Using Outlook 0
D Contact Group - Adding Bulk Addresses Using Outlook 2
F Outlook 365 No scroll bars in Contact Using Outlook 2
N Contact Form Notes Field Touch vs Mouse Using Outlook 0
J "Contact" button in Journal entry Using Outlook 1
Witzker How to find all emails from and to a contact in OL 2019 Using Outlook 6
D Advanced e-Mail search on from/to contact group only searches for first 20 contacts in group Using Outlook 0
G Send a greeting message to a contact on birthday Outlook VBA and Custom Forms 5
S CONTACT FIELD PRINT ORDER Outlook VBA and Custom Forms 1
I Button PDF in Outlook Contact custom form Outlook VBA and Custom Forms 1
O Outlook 365 - How to create / copy a new contact from an existing one? Using Outlook 5
N contact list seen in Contact folder but knot in Address book or when 'TO' button is clicked in new email Using Outlook 0
M Disable Contact Card Results when using "Search People" in Outlook Ribbon Using Outlook 7
M Contact suggestion Using Outlook 2
H Custom Outlook Contact Form VBA Outlook VBA and Custom Forms 1
Witzker HowTo Change message Class of contact form Outlook VBA and Custom Forms 0
Witzker Open Contact missing in Outlook 2019 Using Outlook 2
Witzker HowTo start a macro with an Button in OL contact form Outlook VBA and Custom Forms 12
Witzker Pls help to change the code for inserting date in Ol contact body Outlook VBA and Custom Forms 5
R Time for another article on contact cards? Using Outlook 0
O Create a custom contact form - questions before messing things up... Outlook VBA and Custom Forms 4
M vCard does not have user-defined fields from my custom contact form (365) Using Outlook 1
C Copy Outlook contact field value to another field Outlook VBA and Custom Forms 1
W Remove specific contacts from contact list Outlook VBA and Custom Forms 3
GregS 2016 Contact List being managed by Outlook.com? Using Outlook 1
F Copy and replace not update contact in another pst Using Outlook 0

Similar threads

Back
Top