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 ...
|
Re: print one sheet per email
Wed, 12 Sep 2007 07:36:49 -0500
Hi,
Have you considered using a third party addin?
Savvisoft has released Blueprint for Outlook Enterprise Edition which provides multiple printing features.
One feature is the ability to print page range and selection. In the Enterprise edition, Blueprint also integrates into Outlook rules. This will allo ...
|
|
|
Problem with HrOpenExchangePrivateStore in XP 64 bit
Tue, 11 Sep 2007 03:24:01 -0700
Hi,
Iam using mapi code to add a attachment to a form using Extended Mapi. This
code is working fine on 32 bit XP. But same code is causing lots of problems
in 64 bit XP OS. The same code is crashing some where in MAPI32.dll. When
working with the same code, when the method MapiLogonEx is called the windo ...
|
Can't connect Outlook via VPN
Mon, 10 Sep 2007 11:46:03 -0700
Up until 2 weeks ago we could login using VPN, start Outlook and it would
work fine. Now we login and it opens Outlook, but tries for 5-6 minutes to
connect before saying unable to connect working off line.
This is happening only on a fine systems not all.
Thanks
Terry
...
|
question regarding outlook 2003
Mon, 10 Sep 2007 16:06:38 +0800
Is it true that outlook 2003 blocks anything that accesses it PR_HTML and/or PR_BODY_HTML ...
|