Outlook Add-in Question
Thu, 8 May 2008 13:10:18 -0500
I have added a custom form region to the default Outlook meeting form.
Is there some way I can detect when a button in the default form has been
clicked?
For example, I want to know when the "Rooms" buttom has been clicked (which
is used to add a room resource to the recipients list). Is there anyway
th ...
|
Storage Solutions
Thu, 8 May 2008 09:25:02 -0700
Can I attach an external USB drive and use that as storage database Exchange?
Thks
Ingrid
...
|
UpdateItem commend to Exchange Web Services
Thu, 8 May 2008 05:45:55 -0700 (PDT)
Hello
I try to update an existing contact item using the UpdateItem command
of the Exchange Web Services (EWS). The operation returns success, but
the changes do not reflect in my Outlook contacts folder, no matter
what I do. Though when I create a _new_ contact, it is visible
immediately.
The strange thing ...
|
Can I append to a body of a clanedar item using EWS 2007?
Mon, 5 May 2008 10:12:49 -0700
Is it possible to append to the body of an exisitng calendar item? I am
trying
calendarItemType cal = new CalendarItemType
PathToUnindexedFieldType appendBodyField = new
PathToUnindexedFieldType(UnindexedFieldURIType.itemBody);
cal.Body.Value = "Approved by Supervisor on " +
DateTime.Now.ToShortDateStri ...
|
ProdID Property in EX2007
Mon, 5 May 2008 06:26:10 -0700 (PDT)
Hi all,
I've written a little tool that writes some Appoimtments to a EX2003
Server(via WebDAV) to differ between appointments that have been
written by my tool and others I've used the ProdID property.
Unfortunately our company changed to exchange 2007 and I'm not able to
find the ProdID property anymore via ...
|
Problem Accessing Custom Attributes for a Room Mailbox
Wed, 30 Apr 2008 11:09:40 -0500
I am writing an Outlook add-in in which I need to access custom attributes
in a room (resource) mailbox. Through the Exchange management console, I
have added custom attributes to a particiular room mailbox. When I run
mfcmapi (the MAPI Editor) against my Exchange server, I can see the two
attributes (prop ...
|
This meeting is not in the calendar; it may have been moved or deleted
Wed, 30 Apr 2008 18:32:00 +0800
Hi guys,
Can someone help me with this. I have a problem in my Exchange Server 2003.
whenever I send my meeting through calendar coming from a Customized
Application, I received the email but theres a message which says "This
meeting is not in the calendar; it may have been moved or deleted", But if I
send i ...
|
|
|
Move Item from Inbox to Draft or some temp folder, Change Status
Tue, 29 Apr 2008 12:19:31 -0700
Hello,
Using Exchange 2007, WebServices
I would like to move an email item from the inbox to the draft folder or
some tempItem
I would like to change the status of an email item in the Inbox to like
"Flag Completed"
I just can not find sample code. The Programming Model is confusing...
any links ...
|
get Email from Exchange Server 2007, Save Attachments and set status
Mon, 28 Apr 2008 13:39:14 -0700
Hi Everyone,
I am looking to get emails from a Public Folder on our internal server using
a filter from exchange server 2007
extract attachments
tag or set the status on each email so I don't process it again next day
I am using .NET 2.0 C#
Need components, Ideas available. from MS or 3rd Party or Free
...
|
Retrieving Exchange Server 2007 Info via the Cmdlets from C#
Mon, 28 Apr 2008 09:33:01 -0700
I'm trying to retrieve info about an Exchange 2007 server using the
'Get-ExchangeServer' cmdlet from a C# app. I am NOT referencing any of the
Microsoft.Exchange.Data.* dlls, even though that would make my coding much
easier! The problem I'm having is how can I extract specific information
from the return ...
|