attachment field/"well" in header
Thu, 4 Oct 2007 12:16:00 -0700
Apologies if this is too elementary...
It has always been the case for me that when I compose a new email, outlook
shows the file attachments I insert in the header area, or what I think
people in this forum refer to as the attachement "well", as opposed to
"in-line" with the text I type.
Last week I had ...
|
outlook stationary
Wed, 3 Oct 2007 10:17:16 -0500
I have written some code that generates an email.
I have managed to allow the customer to choose a specific theme but I am having trouble generating the email when I am using outlook stationary.
This initially confused me as I thought both where the same.
Any ideas how I can generate an email & when the email ...
|
Validating Checkboxes
Mon, 1 Oct 2007 12:43:02 -0700
Hi there,
I am not a developer but have been asked to develop a outlook template
replacing a paper form. I have done my design, however, I have some
selection checkboxes.
If one checkbox is ticked, I want to email the form to a particular person.
I have in my validation formula:
[s1] <> ""
where ...
|
Saving Custom Message form changes in Outlook 2007
Tue, 25 Sep 2007 02:52:01 -0700
I have added new testboxes on my default form and set the properties of each
custom textbox to a appropriate text field created by me. I publish the form
to my Inbox and close Outlook 2007. When I open Outlook and select
Tools->Form-Design a Form->Select my form from the Inbox, the form loads ok,
but I don't ...
|
Custom Textboxes on new mail message form for Outlook 2007
Tue, 25 Sep 2007 02:02:03 -0700
I was going through this article at link
http://www.serverwatch.com/tutorials/article.php/1474711.
I have some textboxes I want to assign values to on my New message form. The
link refers to code in VB like;
Dim strRecip As String
Dim strSubject As String
Dim strMsg As String
Dim strAttachment As String ...
|
UserProperties
Wed, 19 Sep 2007 05:32:03 -0700
Hi,
I'm developing a custom appointment form (COM add-in, form regions) with a
number of custom properties. When a user creates a new appointment the
userproperties are saved and i can programmatically access them. But if the
user restarts Outlook, the userproperties are gone. I cannot access them in
C#. ...
|
Synchronising a Sharepoint 2007 contact list with Outlook 2007
Tue, 18 Sep 2007 08:40:00 -0700
I a modified new message form which I have added addtional text boxes such as
Name, Phone, Dept, etc. I want to be able to type someones name in the Name
field and see if it will pull the other relevant details from a Sharepoint
2007 Contacts list (ie the Phone, Dept values, etc) and display the data in
the ...
|
|
|
RE: Outlook Add-In crashing my outlook 2007!
Tue, 18 Sep 2007 07:46:06 -0700
Hey elixirmike,
I was wondering, can't U un-register the addin to stop it from loading?
That's a much better solution than un-installing Office and re-installing.
Once you remove it you might be able to create a small and simple addin to
investigate the problem. Also you might consider using VSTO if U aren ...
|
Outlook AppointmentItems don't seem to calcuate time correctly ???
Tue, 18 Sep 2007 07:40:01 -0700
Hi Sue and all.
We are in: Time GMT -5 Eastern Standard
I am reading the appointments from approximately 48 rooms to display a
schedule for meetings that we use room resources for scheduling meetings. In
reading the appointments I am getting the recurring appointments, generating
the recurring appointments ...
|
AutoFormattingRules and Filter
Fri, 14 Sep 2007 09:02:07 -0700
Hi,
I try to add a formatting rule to the Inbox folder in Outlook 2007 with
VSTO. I can create it by AutoFormattingRule and set filter and font. I
success to create my rule with name and the good font, but the filter doesn't
work. And when I check manually my rule in Outlook, i can find it with the
good fon ...
|