A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Calendar
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Calendar issue with Exchange and Form issue



 
 
Thread Tools Display Modes
  #1  
Old May 7th, 2004, 09:32 PM
Mitch
external usenet poster
 
Posts: n/a
Default Calendar issue with Exchange and Form issue

When users in my environment send a meeting request (or similar item)
to another user, the receiving party gets the message, but if they
don't actually view the message or go into their inbox and at least
view it with the preview pane, the item doesn't get posted to their
calendar. I would think that in an environment where we have one
exchange server with about 20 users on it, that once the meeting
request is sent, it should be posted to everyone's calendar as
tentative at the least. However, this is not happening. Should
Exchange be acting like this, or is it somehow misconfigured?

By the way this is Exchange 2003, hosted on a Windows 2003 SBS server,
with Outlook 2002 and 2003 clients.

Also, I've created a form where I am trying to generate the subject
line from three other fields within the form so that they look like
this:

sample random text (field 1) more text (field 2) more text (field 3)

However, when I try to do it using various combinations of the "'s, I
get a subject line with the date and time...what am I missing?
  #2  
Old May 7th, 2004, 11:03 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Calendar issue with Exchange and Form issue

Show your exact formula, please.

FYI, there is a separate newsgroup for Outlook forms issues --
microsoft.public.outlook.program_forms.

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


"Mitch" wrote in message
m...

Also, I've created a form where I am trying to generate the subject
line from three other fields within the form so that they look like
this:

sample random text (field 1) more text (field 2) more text (field 3)

However, when I try to do it using various combinations of the "'s, I
get a subject line with the date and time...what am I missing?



  #3  
Old May 12th, 2004, 10:02 PM
Mitch
external usenet poster
 
Posts: n/a
Default Calendar issue with Exchange and Form issue

This is the code I got to work:

Phone Call: " & [CallName] & Space( 1 ) & [CallerPhone] & Space( 1 )
& [BusiName]

But I was hoping to be able to have it do something like this:

"Phone Call: " & [CallName] "At" & Space( 1 ) & [CallerPhone] &
Space( 1 ) & "From" [BusiName]

The purpose is to take the three fields, CallName, CallerPhone and
BusiName and generate a subject line ie: Phone Call: Mitch at
000-000-0000 From Some Company.

Have you any idea about the lack of free busy information being
posted?

Thank you Sue,

Mitch
"Sue Mosher [MVP-Outlook]" wrote in message ...
Show your exact formula, please.

FYI, there is a separate newsgroup for Outlook forms issues --
microsoft.public.outlook.program_forms.

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


"Mitch" wrote in message
m...

Also, I've created a form where I am trying to generate the subject
line from three other fields within the form so that they look like
this:

sample random text (field 1) more text (field 2) more text (field 3)

However, when I try to do it using various combinations of the "'s, I
get a subject line with the date and time...what am I missing?

  #4  
Old May 13th, 2004, 01:04 AM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default Calendar issue with Exchange and Form issue

You just need to concatenate your strings precisely with an & operator
between each string expression:

"Phone Call: " & [CallName] & "At " & [CallerPhone] & " From" & [BusiName]

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


"Mitch" wrote in message
om...
This is the code I got to work:

Phone Call: " & [CallName] & Space( 1 ) & [CallerPhone] & Space( 1 )
& [BusiName]

But I was hoping to be able to have it do something like this:

"Phone Call: " & [CallName] "At" & Space( 1 ) & [CallerPhone] &
Space( 1 ) & "From" [BusiName]

The purpose is to take the three fields, CallName, CallerPhone and
BusiName and generate a subject line ie: Phone Call: Mitch at
000-000-0000 From Some Company.

Have you any idea about the lack of free busy information being
posted?

Thank you Sue,

Mitch
"Sue Mosher [MVP-Outlook]" wrote in message

...
Show your exact formula, please.

FYI, there is a separate newsgroup for Outlook forms issues --
microsoft.public.outlook.program_forms.

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


"Mitch" wrote in message
m...

Also, I've created a form where I am trying to generate the subject
line from three other fields within the form so that they look like
this:

sample random text (field 1) more text (field 2) more text (field 3)

However, when I try to do it using various combinations of the "'s, I
get a subject line with the date and time...what am I missing?



 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:17 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.