PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Read custom task request form

Reply

Read custom task request form

 
Thread Tools Rate Thread
Old 05-06-2006, 04:48 PM   #1
edro61
Guest
 
Posts: n/a
Default Read custom task request form


Please help!

I am new to Outlook VBA developing and need assistance with a project I
am on.
Here is what I have done so far..

1. Created a custom task form that I assign and send to a generic
mailbox
2. The end user opens the task and fills in data on P.2 page of the
custom form and accepts.
3. The task returns to my mailbox with the data filled in.

I am trying to access the custom unbound field data to read into MS
Access.

If anyone can steer me in the right direction It would be greatly
appreciated.

Thanks in advance,

Edro61

  Reply With Quote
Old 05-06-2006, 04:55 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Read custom task request form

Data in unbound fields won't be transmitted back to your mailbox. It disappears as soon as the item closes.

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

"edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149522501.505206.48620@f6g2000cwb.googlegroups.com...
> Please help!
>
> I am new to Outlook VBA developing and need assistance with a project I
> am on.
> Here is what I have done so far..
>
> 1. Created a custom task form that I assign and send to a generic
> mailbox
> 2. The end user opens the task and fills in data on P.2 page of the
> custom form and accepts.
> 3. The task returns to my mailbox with the data filled in.
>
> I am trying to access the custom unbound field data to read into MS
> Access.
>
> If anyone can steer me in the right direction It would be greatly
> appreciated.
>
> Thanks in advance,
>
> Edro61
>

  Reply With Quote
Old 05-06-2006, 05:55 PM   #3
edro61
Guest
 
Posts: n/a
Default Re: Read custom task request form

Thank you for the reply Sue.

I have received the task accepted reply with the custom data and you
are correct that after I open it it will dissappear.
Can it be extracted without opening from outlook?

Thanks again

edro61


Sue Mosher [MVP-Outlook] wrote:
> Data in unbound fields won't be transmitted back to your mailbox. It disappears as soon as the item closes.
>
> --
> Sue Mosher, Outlook MVP
> Author of Configuring Microsoft Outlook 2003
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149522501.505206.48620@f6g2000cwb.googlegroups.com...
> > Please help!
> >
> > I am new to Outlook VBA developing and need assistance with a project I
> > am on.
> > Here is what I have done so far..
> >
> > 1. Created a custom task form that I assign and send to a generic
> > mailbox
> > 2. The end user opens the task and fills in data on P.2 page of the
> > custom form and accepts.
> > 3. The task returns to my mailbox with the data filled in.
> >
> > I am trying to access the custom unbound field data to read into MS
> > Access.
> >
> > If anyone can steer me in the right direction It would be greatly
> > appreciated.
> >
> > Thanks in advance,
> >
> > Edro61
> >


  Reply With Quote
Old 05-06-2006, 06:03 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Read custom task request form

You need to use bound controls if you want the user to be able to enter data that Outlook saves with the item.

Data that is in Outlook can be extracted only when Outlook is running.

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

"edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149526507.762802.189090@u72g2000cwu.googlegroups.com...
> Thank you for the reply Sue.
>
> I have received the task accepted reply with the custom data and you
> are correct that after I open it it will dissappear.
> Can it be extracted without opening from outlook?
>
> Thanks again
>
> edro61
>
>
> Sue Mosher [MVP-Outlook] wrote:
>> Data in unbound fields won't be transmitted back to your mailbox. It disappears as soon as the item closes.


>>
>> "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149522501.505206.48620@f6g2000cwb.googlegroups.com...
>> > Please help!
>> >
>> > I am new to Outlook VBA developing and need assistance with a project I
>> > am on.
>> > Here is what I have done so far..
>> >
>> > 1. Created a custom task form that I assign and send to a generic
>> > mailbox
>> > 2. The end user opens the task and fills in data on P.2 page of the
>> > custom form and accepts.
>> > 3. The task returns to my mailbox with the data filled in.
>> >
>> > I am trying to access the custom unbound field data to read into MS
>> > Access.
>> >
>> > If anyone can steer me in the right direction It would be greatly
>> > appreciated.
>> >
>> > Thanks in advance,
>> >
>> > Edro61
>> >

>

  Reply With Quote
Old 05-06-2006, 06:06 PM   #5
edro61
Guest
 
Posts: n/a
Default Re: Read custom task request form

Sorry! What I meant to say is that when I open the message in the
inbox, The data is there. But when I close the message the it
disappears.

Should I be extracting from a mailitem or a taskitem?

Thanks again

Edro61



edro61 wrote:
> Thank you for the reply Sue.
>
> I have received the task accepted reply with the custom data and you
> are correct that after I open it it will dissappear.
> Can it be extracted without opening from outlook?
>
> Thanks again
>
> edro61
>
>
> Sue Mosher [MVP-Outlook] wrote:
> > Data in unbound fields won't be transmitted back to your mailbox. It disappears as soon as the item closes.
> >
> > --
> > Sue Mosher, Outlook MVP
> > Author of Configuring Microsoft Outlook 2003
> > http://www.turtleflock.com/olconfig/index.htm
> > and Microsoft Outlook Programming - Jumpstart for
> > Administrators, Power Users, and Developers
> > http://www.outlookcode.com/jumpstart.aspx
> >
> > "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149522501.505206.48620@f6g2000cwb.googlegroups.com...
> > > Please help!
> > >
> > > I am new to Outlook VBA developing and need assistance with a project I
> > > am on.
> > > Here is what I have done so far..
> > >
> > > 1. Created a custom task form that I assign and send to a generic
> > > mailbox
> > > 2. The end user opens the task and fills in data on P.2 page of the
> > > custom form and accepts.
> > > 3. The task returns to my mailbox with the data filled in.
> > >
> > > I am trying to access the custom unbound field data to read into MS
> > > Access.
> > >
> > > If anyone can steer me in the right direction It would be greatly
> > > appreciated.
> > >
> > > Thanks in advance,
> > >
> > > Edro61
> > >


  Reply With Quote
Old 05-06-2006, 06:12 PM   #6
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Read custom task request form

I honestly don't know. I've never tried to gather data from a task request acceptance. I'd throw Outlook Spy or MFCMAPI at it and see if there's anything there to gather.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149527202.241570.151690@y43g2000cwc.googlegroups.com...
> Sorry! What I meant to say is that when I open the message in the
> inbox, The data is there. But when I close the message the it
> disappears.
>
> Should I be extracting from a mailitem or a taskitem?
>
> Thanks again
>
> Edro61
>
>
>
> edro61 wrote:
>> Thank you for the reply Sue.
>>
>> I have received the task accepted reply with the custom data and you
>> are correct that after I open it it will dissappear.
>> Can it be extracted without opening from outlook?
>>
>> Thanks again
>>
>> edro61
>>
>>
>> Sue Mosher [MVP-Outlook] wrote:
>> > Data in unbound fields won't be transmitted back to your mailbox. It disappears as soon as the item closes.


>> > "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149522501.505206.48620@f6g2000cwb.googlegroups.com...
>> > > Please help!
>> > >
>> > > I am new to Outlook VBA developing and need assistance with a project I
>> > > am on.
>> > > Here is what I have done so far..
>> > >
>> > > 1. Created a custom task form that I assign and send to a generic
>> > > mailbox
>> > > 2. The end user opens the task and fills in data on P.2 page of the
>> > > custom form and accepts.
>> > > 3. The task returns to my mailbox with the data filled in.
>> > >
>> > > I am trying to access the custom unbound field data to read into MS
>> > > Access.
>> > >
>> > > If anyone can steer me in the right direction It would be greatly
>> > > appreciated.
>> > >
>> > > Thanks in advance,
>> > >
>> > > Edro61
>> > >

>

  Reply With Quote
Old 05-06-2006, 07:09 PM   #7
edro61
Guest
 
Posts: n/a
Default Re: Read custom task request form

Thanks again Sue,

Where can I get OutlookSpy?

edro61

Sue Mosher [MVP-Outlook] wrote:
> I honestly don't know. I've never tried to gather data from a task request acceptance. I'd throw Outlook Spy or MFCMAPI at it and see if there's anything there to gather.
> --
> Sue Mosher, Outlook MVP
> Author of Configuring Microsoft Outlook 2003
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149527202.241570.151690@y43g2000cwc.googlegroups.com...
> > Sorry! What I meant to say is that when I open the message in the
> > inbox, The data is there. But when I close the message the it
> > disappears.
> >
> > Should I be extracting from a mailitem or a taskitem?
> >
> > Thanks again
> >
> > Edro61
> >
> >
> >
> > edro61 wrote:
> >> Thank you for the reply Sue.
> >>
> >> I have received the task accepted reply with the custom data and you
> >> are correct that after I open it it will dissappear.
> >> Can it be extracted without opening from outlook?
> >>
> >> Thanks again
> >>
> >> edro61
> >>
> >>
> >> Sue Mosher [MVP-Outlook] wrote:
> >> > Data in unbound fields won't be transmitted back to your mailbox. It disappears as soon as the item closes.

>
> >> > "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149522501.505206.48620@f6g2000cwb.googlegroups.com...
> >> > > Please help!
> >> > >
> >> > > I am new to Outlook VBA developing and need assistance with a project I
> >> > > am on.
> >> > > Here is what I have done so far..
> >> > >
> >> > > 1. Created a custom task form that I assign and send to a generic
> >> > > mailbox
> >> > > 2. The end user opens the task and fills in data on P.2 page of the
> >> > > custom form and accepts.
> >> > > 3. The task returns to my mailbox with the data filled in.
> >> > >
> >> > > I am trying to access the custom unbound field data to read into MS
> >> > > Access.
> >> > >
> >> > > If anyone can steer me in the right direction It would be greatly
> >> > > appreciated.
> >> > >
> >> > > Thanks in advance,
> >> > >
> >> > > Edro61
> >> > >

> >


  Reply With Quote
Old 05-06-2006, 07:13 PM   #8
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Read custom task request form

http://www.dimastr.com -- warning: it's highly addictive. You'll want to look at the Item and IMessage interfaces to start.

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

"edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149530996.206064.317310@c74g2000cwc.googlegroups.com...
> Thanks again Sue,
>
> Where can I get OutlookSpy?
>
> edro61
>
> Sue Mosher [MVP-Outlook] wrote:
>> I honestly don't know. I've never tried to gather data from a task request acceptance. I'd throw Outlook Spy or MFCMAPI at it and see if there's anything there to gather.
>> --
>>
>> "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149527202.241570.151690@y43g2000cwc.googlegroups.com...
>> > Sorry! What I meant to say is that when I open the message in the
>> > inbox, The data is there. But when I close the message the it
>> > disappears.
>> >
>> > Should I be extracting from a mailitem or a taskitem?
>> >
>> > Thanks again
>> >
>> > Edro61
>> >
>> >
>> >
>> > edro61 wrote:
>> >> Thank you for the reply Sue.
>> >>
>> >> I have received the task accepted reply with the custom data and you
>> >> are correct that after I open it it will dissappear.
>> >> Can it be extracted without opening from outlook?
>> >>
>> >> Thanks again
>> >>
>> >> edro61
>> >>
>> >>
>> >> Sue Mosher [MVP-Outlook] wrote:
>> >> > Data in unbound fields won't be transmitted back to your mailbox. It disappears as soon as the item closes.

>>
>> >> > "edro61" <edwin.shearer@sbcglobal.net> wrote in message news:1149522501.505206.48620@f6g2000cwb.googlegroups.com...
>> >> > > Please help!
>> >> > >
>> >> > > I am new to Outlook VBA developing and need assistance with a project I
>> >> > > am on.
>> >> > > Here is what I have done so far..
>> >> > >
>> >> > > 1. Created a custom task form that I assign and send to a generic
>> >> > > mailbox
>> >> > > 2. The end user opens the task and fills in data on P.2 page of the
>> >> > > custom form and accepts.
>> >> > > 3. The task returns to my mailbox with the data filled in.
>> >> > >
>> >> > > I am trying to access the custom unbound field data to read into MS
>> >> > > Access.
>> >> > >
>> >> > > If anyone can steer me in the right direction It would be greatly
>> >> > > appreciated.
>> >> > >
>> >> > > Thanks in advance,
>> >> > >
>> >> > > Edro61
>> >> > >
>> >

>

  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

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