PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Bcc field showing date??

Reply

Bcc field showing date??

 
Thread Tools Rate Thread
Old 27-04-2004, 03:31 PM   #1
Mike Yorke
Guest
 
Posts: n/a
Default Bcc field showing date??


Hi,

I have created a form and published it to the
Organisational Library and this works fine. The only
problem I have is the "BCC" and "FROM" field.

I have set these values to an e-mail address but when the
form runs the value appears as todays date followed by
the time (27/04/04 08:00), needless to say it doesn't
recognise the names in the address list.

Why is this happening?

Mike.
  Reply With Quote
Old 28-04-2004, 03:18 AM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Bcc field showing date??

Outlook ignores any From value when you publish a form, so let's concentrate
on the Bcc field. Exactly how are you setting its value?

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


"Mike Yorke" <m.yorke@hefce.ac.uk> wrote in message
news:4cf501c42c64$6251b450$a401280a@phx.gbl...
> Hi,
>
> I have created a form and published it to the
> Organisational Library and this works fine. The only
> problem I have is the "BCC" and "FROM" field.
>
> I have set these values to an e-mail address but when the
> form runs the value appears as todays date followed by
> the time (27/04/04 08:00), needless to say it doesn't
> recognise the names in the address list.
>
> Why is this happening?
>
> Mike.



  Reply With Quote
Old 28-04-2004, 09:06 AM   #3
Guest
 
Posts: n/a
Default Re: Bcc field showing date??

Sue,

It's an honor to have you reply to my query. I'm new to
exchange agents and Outlook forms and have read articles
by you. In particular this one,
http://www.winnetmag.com/MicrosoftE...utlook/Article/
ArticleID/4855/4855.html about "Implementing a Group
Mailbox or Public Folder" I was so impressed by the many
articles on this site I have ordered your book: Microsoft
Outlook Programming.

I have followed the steps for using Public Folders and it
all works except the bit about the FROM and BCC fields,
like I say, I get a time and date showing instead of the
smtp address I have specified.

When designing the form I added the BCC and FROM fields
to the main 'message' tab using the FIELD CHOOSER
toolbox. I went to properties for each of these fields,
then value tab, and set the initial value to the email
address of the public folder, then saved and published
the form to the organisational forms library.

When I open the form again and choose 'design form' I can
look at the (all fields) properties and I see the date
and time against the BCC and I see 'Sent of behalf of
date and time' against the FROM field.

Is this a permissions problem? Thanks in anticipation
for looking at this problem.

Mike.



>-----Original Message-----
>Outlook ignores any From value when you publish a form,

so let's concentrate
>on the Bcc field. Exactly how are you setting its value?
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>"Mike Yorke" <m.yorke@hefce.ac.uk> wrote in message
>news:4cf501c42c64$6251b450$a401280a@phx.gbl...
>> Hi,
>>
>> I have created a form and published it to the
>> Organisational Library and this works fine. The only
>> problem I have is the "BCC" and "FROM" field.
>>
>> I have set these values to an e-mail address but when

the
>> form runs the value appears as todays date followed by
>> the time (27/04/04 08:00), needless to say it doesn't
>> recognise the names in the address list.
>>
>> Why is this happening?
>>
>> Mike.

>
>
>.
>

  Reply With Quote
Old 29-04-2004, 01:06 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Bcc field showing date??

Try running the form, setting the Bcc and From fields to the PF address, and
then republishing the form with a new version number.

BTW, the From address may not "stick" on a published form. In that case,
you'll need to enter it manually each time you want to send "from" the
folder.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


<anonymous@discussions.microsoft.com> wrote in message
news:534701c42cf7$ae6f4ad0$a401280a@phx.gbl...
> Sue,
>
> It's an honor to have you reply to my query. I'm new to
> exchange agents and Outlook forms and have read articles
> by you. In particular this one,
> http://www.winnetmag.com/MicrosoftE...utlook/Article/
> ArticleID/4855/4855.html about "Implementing a Group
> Mailbox or Public Folder" I was so impressed by the many
> articles on this site I have ordered your book: Microsoft
> Outlook Programming.
>
> I have followed the steps for using Public Folders and it
> all works except the bit about the FROM and BCC fields,
> like I say, I get a time and date showing instead of the
> smtp address I have specified.
>
> When designing the form I added the BCC and FROM fields
> to the main 'message' tab using the FIELD CHOOSER
> toolbox. I went to properties for each of these fields,
> then value tab, and set the initial value to the email
> address of the public folder, then saved and published
> the form to the organisational forms library.
>
> When I open the form again and choose 'design form' I can
> look at the (all fields) properties and I see the date
> and time against the BCC and I see 'Sent of behalf of
> date and time' against the FROM field.
>
> Is this a permissions problem? Thanks in anticipation
> for looking at this problem.
>
> Mike.
>
>
>
> >-----Original Message-----
> >Outlook ignores any From value when you publish a form,

> so let's concentrate
> >on the Bcc field. Exactly how are you setting its value?
> >
> >--
> >Sue Mosher, Outlook MVP
> >Author of
> > Microsoft Outlook Programming - Jumpstart for
> > Administrators, Power Users, and Developers
> > http://www.outlookcode.com/jumpstart.aspx
> >
> >
> >"Mike Yorke" <m.yorke@hefce.ac.uk> wrote in message
> >news:4cf501c42c64$6251b450$a401280a@phx.gbl...
> >> Hi,
> >>
> >> I have created a form and published it to the
> >> Organisational Library and this works fine. The only
> >> problem I have is the "BCC" and "FROM" field.
> >>
> >> I have set these values to an e-mail address but when

> the
> >> form runs the value appears as todays date followed by
> >> the time (27/04/04 08:00), needless to say it doesn't
> >> recognise the names in the address list.
> >>
> >> Why is this happening?
> >>
> >> Mike.

> >
> >
> >.
> >



  Reply With Quote
Old 29-04-2004, 01:52 PM   #5
Guest
 
Posts: n/a
Default Re: Bcc field showing date??

Sue,

I tried this but it didn't work. I tried entering my
email address instead of the address of the PF but that
showed a date and time too. So then I tried leaving the
BCC and FROM fields blank. When the form ran is still
had the date and time fields in. I'm definately doing
this right as I'm incrementing the version number each
time and it's alway loading the latest form.

I can't see what else is a factor here.

Mike.
>-----Original Message-----
>Try running the form, setting the Bcc and From fields to

the PF address, and
>then republishing the form with a new version number.
>
>BTW, the From address may not "stick" on a published

form. In that case,
>you'll need to enter it manually each time you want to

send "from" the
>folder.
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
><anonymous@discussions.microsoft.com> wrote in message
>news:534701c42cf7$ae6f4ad0$a401280a@phx.gbl...
>> Sue,
>>
>> It's an honor to have you reply to my query. I'm new

to
>> exchange agents and Outlook forms and have read

articles
>> by you. In particular this one,
>>

http://www.winnetmag.com/MicrosoftE...utlook/Article/
>> ArticleID/4855/4855.html about "Implementing a Group
>> Mailbox or Public Folder" I was so impressed by the

many
>> articles on this site I have ordered your book:

Microsoft
>> Outlook Programming.
>>
>> I have followed the steps for using Public Folders and

it
>> all works except the bit about the FROM and BCC fields,
>> like I say, I get a time and date showing instead of

the
>> smtp address I have specified.
>>
>> When designing the form I added the BCC and FROM fields
>> to the main 'message' tab using the FIELD CHOOSER
>> toolbox. I went to properties for each of these

fields,
>> then value tab, and set the initial value to the email
>> address of the public folder, then saved and published
>> the form to the organisational forms library.
>>
>> When I open the form again and choose 'design form' I

can
>> look at the (all fields) properties and I see the date
>> and time against the BCC and I see 'Sent of behalf of
>> date and time' against the FROM field.
>>
>> Is this a permissions problem? Thanks in anticipation
>> for looking at this problem.
>>
>> Mike.
>>
>>
>>
>> >-----Original Message-----
>> >Outlook ignores any From value when you publish a

form,
>> so let's concentrate
>> >on the Bcc field. Exactly how are you setting its

value?
>> >
>> >--
>> >Sue Mosher, Outlook MVP
>> >Author of
>> > Microsoft Outlook Programming - Jumpstart for
>> > Administrators, Power Users, and Developers
>> > http://www.outlookcode.com/jumpstart.aspx
>> >
>> >
>> >"Mike Yorke" <m.yorke@hefce.ac.uk> wrote in message
>> >news:4cf501c42c64$6251b450$a401280a@phx.gbl...
>> >> Hi,
>> >>
>> >> I have created a form and published it to the
>> >> Organisational Library and this works fine. The

only
>> >> problem I have is the "BCC" and "FROM" field.
>> >>
>> >> I have set these values to an e-mail address but

when
>> the
>> >> form runs the value appears as todays date followed

by
>> >> the time (27/04/04 08:00), needless to say it

doesn't
>> >> recognise the names in the address list.
>> >>
>> >> Why is this happening?
>> >>
>> >> Mike.
>> >
>> >
>> >.
>> >

>
>
>.
>

  Reply With Quote
Old 29-04-2004, 03:20 PM   #6
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Bcc field showing date??

On the Value tab of the Properties dialog for the Bcc control, what values
do you see for:

Choose Field
Property to Use

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


<anonymous@discussions.microsoft.com> wrote in message
news:5ef901c42de8$c93bf970$a501280a@phx.gbl...
> Sue,
>
> I tried this but it didn't work. I tried entering my
> email address instead of the address of the PF but that
> showed a date and time too. So then I tried leaving the
> BCC and FROM fields blank. When the form ran is still
> had the date and time fields in. I'm definately doing
> this right as I'm incrementing the version number each
> time and it's alway loading the latest form.
>
> I can't see what else is a factor here.
>
> Mike.
> >-----Original Message-----
> >Try running the form, setting the Bcc and From fields to

> the PF address, and
> >then republishing the form with a new version number.
> >
> >BTW, the From address may not "stick" on a published

> form. In that case,
> >you'll need to enter it manually each time you want to

> send "from" the
> >folder.
> >--
> >Sue Mosher, Outlook MVP
> >Author of
> > Microsoft Outlook Programming - Jumpstart for
> > Administrators, Power Users, and Developers
> > http://www.outlookcode.com/jumpstart.aspx
> >
> >
> ><anonymous@discussions.microsoft.com> wrote in message
> >news:534701c42cf7$ae6f4ad0$a401280a@phx.gbl...
> >> Sue,
> >>
> >> It's an honor to have you reply to my query. I'm new

> to
> >> exchange agents and Outlook forms and have read

> articles
> >> by you. In particular this one,
> >>

> http://www.winnetmag.com/MicrosoftE...utlook/Article/
> >> ArticleID/4855/4855.html about "Implementing a Group
> >> Mailbox or Public Folder" I was so impressed by the

> many
> >> articles on this site I have ordered your book:

> Microsoft
> >> Outlook Programming.
> >>
> >> I have followed the steps for using Public Folders and

> it
> >> all works except the bit about the FROM and BCC fields,
> >> like I say, I get a time and date showing instead of

> the
> >> smtp address I have specified.
> >>
> >> When designing the form I added the BCC and FROM fields
> >> to the main 'message' tab using the FIELD CHOOSER
> >> toolbox. I went to properties for each of these

> fields,
> >> then value tab, and set the initial value to the email
> >> address of the public folder, then saved and published
> >> the form to the organisational forms library.
> >>
> >> When I open the form again and choose 'design form' I

> can
> >> look at the (all fields) properties and I see the date
> >> and time against the BCC and I see 'Sent of behalf of
> >> date and time' against the FROM field.
> >>
> >> Is this a permissions problem? Thanks in anticipation
> >> for looking at this problem.
> >>
> >> Mike.
> >>
> >>
> >>
> >> >-----Original Message-----
> >> >Outlook ignores any From value when you publish a

> form,
> >> so let's concentrate
> >> >on the Bcc field. Exactly how are you setting its

> value?
>> >
> >> >"Mike Yorke" <m.yorke@hefce.ac.uk> wrote in message
> >> >news:4cf501c42c64$6251b450$a401280a@phx.gbl...
> >> >> Hi,
> >> >>
> >> >> I have created a form and published it to the
> >> >> Organisational Library and this works fine. The

> only
> >> >> problem I have is the "BCC" and "FROM" field.
> >> >>
> >> >> I have set these values to an e-mail address but

> when
> >> the
> >> >> form runs the value appears as todays date followed

> by
> >> >> the time (27/04/04 08:00), needless to say it

> doesn't
> >> >> recognise the names in the address list.



  Reply With Quote
Old 29-04-2004, 05:14 PM   #7
Guest
 
Posts: n/a
Default Re: Bcc field showing date??

Sue,

I see this:

type: recipient
format: text (greyed out)
property to use: blank (greyed out)
value: blank (greyed out)

None of these options are changeable.

Mike.

>-----Original Message-----
>On the Value tab of the Properties dialog for the Bcc

control, what values
>do you see for:
>
> Choose Field
> Property to Use
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
><anonymous@discussions.microsoft.com> wrote in message
>news:5ef901c42de8$c93bf970$a501280a@phx.gbl...
>> Sue,
>>
>> I tried this but it didn't work. I tried entering my
>> email address instead of the address of the PF but that
>> showed a date and time too. So then I tried leaving the
>> BCC and FROM fields blank. When the form ran is still
>> had the date and time fields in. I'm definately doing
>> this right as I'm incrementing the version number each
>> time and it's alway loading the latest form.
>>
>> I can't see what else is a factor here.
>>
>> Mike.
>> >-----Original Message-----
>> >Try running the form, setting the Bcc and From fields

to
>> the PF address, and
>> >then republishing the form with a new version number.
>> >
>> >BTW, the From address may not "stick" on a published

>> form. In that case,
>> >you'll need to enter it manually each time you want to

>> send "from" the
>> >folder.
>> >--
>> >Sue Mosher, Outlook MVP
>> >Author of
>> > Microsoft Outlook Programming - Jumpstart for
>> > Administrators, Power Users, and Developers
>> > http://www.outlookcode.com/jumpstart.aspx
>> >
>> >
>> ><anonymous@discussions.microsoft.com> wrote in message
>> >news:534701c42cf7$ae6f4ad0$a401280a@phx.gbl...
>> >> Sue,
>> >>
>> >> It's an honor to have you reply to my query. I'm

new
>> to
>> >> exchange agents and Outlook forms and have read

>> articles
>> >> by you. In particular this one,
>> >>

>>

http://www.winnetmag.com/MicrosoftE...utlook/Article/
>> >> ArticleID/4855/4855.html about "Implementing a Group
>> >> Mailbox or Public Folder" I was so impressed by the

>> many
>> >> articles on this site I have ordered your book:

>> Microsoft
>> >> Outlook Programming.
>> >>
>> >> I have followed the steps for using Public Folders

and
>> it
>> >> all works except the bit about the FROM and BCC

fields,
>> >> like I say, I get a time and date showing instead of

>> the
>> >> smtp address I have specified.
>> >>
>> >> When designing the form I added the BCC and FROM

fields
>> >> to the main 'message' tab using the FIELD CHOOSER
>> >> toolbox. I went to properties for each of these

>> fields,
>> >> then value tab, and set the initial value to the

email
>> >> address of the public folder, then saved and

published
>> >> the form to the organisational forms library.
>> >>
>> >> When I open the form again and choose 'design form'

I
>> can
>> >> look at the (all fields) properties and I see the

date
>> >> and time against the BCC and I see 'Sent of behalf

of
>> >> date and time' against the FROM field.
>> >>
>> >> Is this a permissions problem? Thanks in

anticipation
>> >> for looking at this problem.
>> >>
>> >> Mike.
>> >>
>> >>
>> >>
>> >> >-----Original Message-----
>> >> >Outlook ignores any From value when you publish a

>> form,
>> >> so let's concentrate
>> >> >on the Bcc field. Exactly how are you setting its

>> value?
> >> >
>> >> >"Mike Yorke" <m.yorke@hefce.ac.uk> wrote in message
>> >> >news:4cf501c42c64$6251b450$a401280a@phx.gbl...
>> >> >> Hi,
>> >> >>
>> >> >> I have created a form and published it to the
>> >> >> Organisational Library and this works fine. The

>> only
>> >> >> problem I have is the "BCC" and "FROM" field.
>> >> >>
>> >> >> I have set these values to an e-mail address but

>> when
>> >> the
>> >> >> form runs the value appears as todays date

followed
>> by
>> >> >> the time (27/04/04 08:00), needless to say it

>> doesn't
>> >> >> recognise the names in the address list.

>
>
>.
>

  Reply With Quote
Old 03-05-2004, 04:42 PM   #8
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Bcc field showing date??

Baffling. I have no idea what's causing this or how to fix it. If it were my
project, I'd start over with a new custom message form.

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


<anonymous@discussions.microsoft.com> wrote in message
news:602601c42e05$1013be20$a601280a@phx.gbl...
> Sue,
>
> I see this:
>
> type: recipient
> format: text (greyed out)
> property to use: blank (greyed out)
> value: blank (greyed out)
>
> None of these options are changeable.
>
> Mike.
>
> >-----Original Message-----
> >On the Value tab of the Properties dialog for the Bcc

> control, what values
> >do you see for:
> >
> > Choose Field
> > Property to Use


> >
> >
> ><anonymous@discussions.microsoft.com> wrote in message
> >news:5ef901c42de8$c93bf970$a501280a@phx.gbl...
> >> Sue,
> >>
> >> I tried this but it didn't work. I tried entering my
> >> email address instead of the address of the PF but that
> >> showed a date and time too. So then I tried leaving the
> >> BCC and FROM fields blank. When the form ran is still
> >> had the date and time fields in. I'm definately doing
> >> this right as I'm incrementing the version number each
> >> time and it's alway loading the latest form.
> >>
> >> I can't see what else is a factor here.
> >>
> >> Mike.
> >> >-----Original Message-----
> >> >Try running the form, setting the Bcc and From fields

> to
> >> the PF address, and
> >> >then republishing the form with a new version number.
> >> >
> >> >BTW, the From address may not "stick" on a published
> >> form. In that case,
> >> >you'll need to enter it manually each time you want to
> >> send "from" the
> >> >folder.
> >> ><anonymous@discussions.microsoft.com> wrote in message
> >> >news:534701c42cf7$ae6f4ad0$a401280a@phx.gbl...
> >> >> Sue,
> >> >>
> >> >> It's an honor to have you reply to my query. I'm

> new
> >> to
> >> >> exchange agents and Outlook forms and have read
> >> articles
> >> >> by you. In particular this one,
> >> >>
> >>

> http://www.winnetmag.com/MicrosoftE...utlook/Article/
> >> >> ArticleID/4855/4855.html about "Implementing a Group
> >> >> Mailbox or Public Folder" I was so impressed by the
> >> many
> >> >> articles on this site I have ordered your book:
> >> Microsoft
> >> >> Outlook Programming.
> >> >>
> >> >> I have followed the steps for using Public Folders

> and
> >> it
> >> >> all works except the bit about the FROM and BCC

> fields,
> >> >> like I say, I get a time and date showing instead of
> >> the
> >> >> smtp address I have specified.
> >> >>
> >> >> When designing the form I added the BCC and FROM

> fields
> >> >> to the main 'message' tab using the FIELD CHOOSER
> >> >> toolbox. I went to properties for each of these
> >> fields,
> >> >> then value tab, and set the initial value to the

> email
> >> >> address of the public folder, then saved and

> published
> >> >> the form to the organisational forms library.
> >> >>
> >> >> When I open the form again and choose 'design form'

> I
> >> can
> >> >> look at the (all fields) properties and I see the

> date
> >> >> and time against the BCC and I see 'Sent of behalf

> of
> >> >> date and time' against the FROM field.
> >> >>
> >> >> Is this a permissions problem? Thanks in

> anticipation
> >> >> for looking at this problem.
> >> >>
> >> >> Mike.
> >> >>
> >> >>
> >> >>
> >> >> >-----Original Message-----
> >> >> >Outlook ignores any From value when you publish a
> >> form,
> >> >> so let's concentrate
> >> >> >on the Bcc field. Exactly how are you setting its
> >> value?
> > >> >
> >> >> >"Mike Yorke" <m.yorke@hefce.ac.uk> wrote in message
> >> >> >news:4cf501c42c64$6251b450$a401280a@phx.gbl...
> >> >> >> Hi,
> >> >> >>
> >> >> >> I have created a form and published it to the
> >> >> >> Organisational Library and this works fine. The
> >> only
> >> >> >> problem I have is the "BCC" and "FROM" field.
> >> >> >>
> >> >> >> I have set these values to an e-mail address but
> >> when
> >> >> the
> >> >> >> form runs the value appears as todays date

> followed
> >> by
> >> >> >> the time (27/04/04 08:00), needless to say it
> >> doesn't
> >> >> >> recognise the names in the address list.

> >
> >
> >.
> >



  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