Hi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Access
2007
From a Access form I have a command button , send email, the DoCmd send
object...How do I also create a hyperlink to this specific email, (the CC is
one of my mail boxes), in order to be able to store the hyperlink in the
access record, click on it and either open the sent email..or the specific
email folder it resides..
Thanks!
|
|
0
|
|
|
|
Reply
|
Utf
|
3/23/2010 3:38:02 PM |
|
I don't think it's possible without the Outlook object model. You'd
need to instantiate Outlook, create and send the email, and capture
the MailItem.EntryID. Then use something like the TextBox.Click or
DblClick event to launch Outlook, find the email (using the entry ID)
and open it using MailItem.Display.
HTH,
JP
On Mar 23, 11:38=A0am, Peter <Pe...@discussions.microsoft.com> wrote:
> Hi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Acc=
ess
> 2007
> From a Access form I have a command button , send email, the DoCmd send
> object...How do I also create a hyperlink to this specific email, (the CC=
is
> one of my mail boxes), in order to be able to store the hyperlink in the
> access record, click on it and either open the sent email..or the specifi=
c
> email folder it resides..
>
> Thanks!
|
|
0
|
|
|
|
Reply
|
JP
|
3/24/2010 7:36:38 PM
|
|
Thanks JP, i will look into that...
"JP" wrote:
> I don't think it's possible without the Outlook object model. You'd
> need to instantiate Outlook, create and send the email, and capture
> the MailItem.EntryID. Then use something like the TextBox.Click or
> DblClick event to launch Outlook, find the email (using the entry ID)
> and open it using MailItem.Display.
>
> HTH,
> JP
>
> On Mar 23, 11:38 am, Peter <Pe...@discussions.microsoft.com> wrote:
> > Hi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Access
> > 2007
> > From a Access form I have a command button , send email, the DoCmd send
> > object...How do I also create a hyperlink to this specific email, (the CC is
> > one of my mail boxes), in order to be able to store the hyperlink in the
> > access record, click on it and either open the sent email..or the specific
> > email folder it resides..
> >
> > Thanks!
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
3/25/2010 6:03:01 AM
|
|
|
2 Replies
609 Views
(page loaded in 0.057 seconds)
Similiar Articles: Hyperlink to Access record/Form - microsoft.public.outlook.program ...Hi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Access 2007 From a Access form I have a command button , send email, the DoCm... Hyperlink on forms - microsoft.public.access.formsHyperlink to Access record/Form - microsoft.public.outlook.program ... Hi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Access 2007 From a Access form ... Populate Hyperlink Automatically - Need desperate help ...I am working with Access 2003 and Windows XP Professional 2002. Each record in my database is assigned a document number automatically and has a co... File path in a hyperlink field - microsoft.public.access.forms ...Using Access XP. I have a form with a hyperlink field. The default value for the filed is the path ... the marketing people put different images associated with a record ... Display a hyperlink as an image - microsoft.public.access ...I am using Access 2003 on Windows XP. I have created a document storage database with approximately 15 fields per record. One of the fields is a hyperlink field that ... problem with a hyperlink text box in a form - microsoft.public ...Hyperlink to Access record/Form - microsoft.public.outlook.program ... problem with a hyperlink text box in a form - microsoft.public ... Hyperlink on forms - microsoft ... Passing form value to hyperlink address - microsoft.public.access ...... access ..... record number to a form.. - microsoft.public.access ..... microsoft.public.access ... passing record number to a form ... Passing form value to hyperlink ... Problems with Edit Hyperlink using Custom Shortcut Menu ...Hyperlink Edit - microsoft.public.access.forms Edit Hyperlink ... Shortcut Menu ... Edit Hyperlink; Edit Hyperlink; Edit form? Edit Form Problems; edit filtered records Hyperlinked Command Button accessing .xfdl file - microsoft.public ...Hyperlinked Command Button accessing .xfdl file - microsoft.public ... Hyperlink to Access record/Form - microsoft ... has been imported into Access 2003 from an SEC file ... Edit Hyperlink disabled using Custom Shortcut Menu - microsoft ...Edit Hyperlink disabled using Custom Shortcut Menu - microsoft ... I’ve inserted a ... Hyperlink to Outlook - microsoft.public.access.forms Hyperlink to Access record ... Create a hyperlink - Access - Office.com - Microsoft Corporation ...On the Edit menu, click Paste as Hyperlink. Access adds a label to the form or report. ... and you want to link to a second data access page with the employee record about ... Excel - Hyperlink To Specific Access Form/record - I have a xls ...Hyperlink To Specific Access Form/record - I have a xls file that populates with various fields... - Free Excel Help Hyperlink to Access record/Form - Outlook BanterHi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Access 2007 From a Access form I have a command button , send email, the DoCmd send object...How ... Answer : Hyperlink to Access record/Form - GNT : your source for ...Hyperlink to Access record/Form - answer - Hi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Access 2007 From a Access form I have a command ... Hyperlink to Access record/Form - microsoft.public.outlook.program ...Hi all, I am trying to solve this issue. Office 2007 / Outlook 2007 / Access 2007 From a Access form I have a command button , send email, the DoCm... 7/20/2012 4:02:39 AM
|