PC Review


Reply
Thread Tools Rate Thread

Created Date & Modified Date

 
 
Craig
Guest
Posts: n/a
 
      20th Apr 2005
Two part question.

How do I add the Created Date and Modified date to a contact form so it will
appear permanately for all existing and new contacts.

Secondly and more importantly, is there any way to export the Created and
Modified dates.

The dates are already recorded for a contact and appear under "All Fields"
tab Select From: "All Journal Fields"

I really need some way to export this information.

Thanks
Craig


 
Reply With Quote
 
 
 
 
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
Posts: n/a
 
      20th Apr 2005
If you want to modify the default Contact form (as opposed to created a form
based on the Contact form), see these links:

How to make a Microsoft Outlook custom form the default:
http://www.outlookcode.com/d/newdefaultform.htm

How to change the default form in Outlook 2002:
http://support.microsoft.com/Default.aspx?kbid=295064

If you want to add controls for those fields on the form, show the Field
Choose dialog while in design mode and drag the Created and Modified fields
from the "All Contact Fields" category in the list.

Since the Created and Modified fields aren't exposed via the Import/Export
Wizard, you'll have to access the values of the CreationTime and
LastModificationTime ContactItem properties.

--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
--------------------------------------------------
{Private e-mails ignored}
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/

"Craig" wrote:

> Two part question.
>
> How do I add the Created Date and Modified date to a contact form so it will
> appear permanately for all existing and new contacts.
>
> Secondly and more importantly, is there any way to export the Created and
> Modified dates.
>
> The dates are already recorded for a contact and appear under "All Fields"
> tab Select From: "All Journal Fields"
>
> I really need some way to export this information.
>
> Thanks
> Craig
>
>
>

 
Reply With Quote
 
Craig
Guest
Posts: n/a
 
      23rd Apr 2005
Can you provide some direction on accessing the ContactItem Properties.

Craig

"Eric Legault [MVP - Outlook]" <(E-Mail Removed)> wrote in
message news:E926FE99-5A1B-4E58-AEF9-(E-Mail Removed)...
> If you want to modify the default Contact form (as opposed to created a
> form
> based on the Contact form), see these links:
>
> How to make a Microsoft Outlook custom form the default:
> http://www.outlookcode.com/d/newdefaultform.htm
>
> How to change the default form in Outlook 2002:
> http://support.microsoft.com/Default.aspx?kbid=295064
>
> If you want to add controls for those fields on the form, show the Field
> Choose dialog while in design mode and drag the Created and Modified
> fields
> from the "All Contact Fields" category in the list.
>
> Since the Created and Modified fields aren't exposed via the Import/Export
> Wizard, you'll have to access the values of the CreationTime and
> LastModificationTime ContactItem properties.
>
> --
> Eric Legault - B.A, MCP, MCSD, Outlook MVP
> --------------------------------------------------
> {Private e-mails ignored}
> Job: http://www.imaginets.com
> Blog: http://blogs.officezealot.com/legault/
>
> "Craig" wrote:
>
>> Two part question.
>>
>> How do I add the Created Date and Modified date to a contact form so it
>> will
>> appear permanately for all existing and new contacts.
>>
>> Secondly and more importantly, is there any way to export the Created and
>> Modified dates.
>>
>> The dates are already recorded for a contact and appear under "All
>> Fields"
>> tab Select From: "All Journal Fields"
>>
>> I really need some way to export this information.
>>
>> Thanks
>> Craig
>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
Posts: n/a
 
      26th Apr 2005
The properties for Contacts, as well as any other Outlook item exposed via
the Outlook Object Model, are accessible in the VBA Editor. As long as you
have an object variable declared to a specific Outlook Item object (e.g. Dim
objContact As Outlook.ContactItem), the Intellisense feature will list all of
the available properties as soon as you type a period after the variable name.

You can also view properties for objects by using the Object Browser.

For some great resources for starting out with Outlook development, see this
link:

Visual Basic and VBA Coding in Microsoft Outlook:
http://www.outlookcode.com/d/vb.htm

--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
--------------------------------------------------
{Private e-mails ignored}
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/

"Craig" wrote:

> Can you provide some direction on accessing the ContactItem Properties.
>
> Craig
>
> "Eric Legault [MVP - Outlook]" <(E-Mail Removed)> wrote in
> message news:E926FE99-5A1B-4E58-AEF9-(E-Mail Removed)...
> > If you want to modify the default Contact form (as opposed to created a
> > form
> > based on the Contact form), see these links:
> >
> > How to make a Microsoft Outlook custom form the default:
> > http://www.outlookcode.com/d/newdefaultform.htm
> >
> > How to change the default form in Outlook 2002:
> > http://support.microsoft.com/Default.aspx?kbid=295064
> >
> > If you want to add controls for those fields on the form, show the Field
> > Choose dialog while in design mode and drag the Created and Modified
> > fields
> > from the "All Contact Fields" category in the list.
> >
> > Since the Created and Modified fields aren't exposed via the Import/Export
> > Wizard, you'll have to access the values of the CreationTime and
> > LastModificationTime ContactItem properties.
> >
> > --
> > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > --------------------------------------------------
> > {Private e-mails ignored}
> > Job: http://www.imaginets.com
> > Blog: http://blogs.officezealot.com/legault/
> >
> > "Craig" wrote:
> >
> >> Two part question.
> >>
> >> How do I add the Created Date and Modified date to a contact form so it
> >> will
> >> appear permanately for all existing and new contacts.
> >>
> >> Secondly and more importantly, is there any way to export the Created and
> >> Modified dates.
> >>
> >> The dates are already recorded for a contact and appear under "All
> >> Fields"
> >> tab Select From: "All Journal Fields"
> >>
> >> I really need some way to export this information.
> >>
> >> Thanks
> >> Craig
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I access date created and date modified for Contacts =?Utf-8?B?cmpiYXJuaGFydA==?= Microsoft Outlook Contacts 1 6th Aug 2007 01:09 PM
Date Created or Date Modified Record Stamp =?Utf-8?B?Um9zZQ==?= Microsoft Access 1 13th May 2007 07:24 PM
Windows Explorer Date Created and Date Modified iltf124 no spam @hotmail.com Windows XP Help 1 3rd Apr 2004 05:31 PM
Windows Explorer - Date Created and Date Modified Matching iltf124 no spam @hotmail.com Windows XP Help 0 4th Feb 2004 04:20 PM
Date Created, Date Modified Changed to Date CD was burned Mark Windows XP General 0 25th Sep 2003 10:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:41 AM.