urn:schemas:httpmail:read in Exchange EWS API
Thu, 18 Mar 2010 21:19:32 -0400
Hello.
Using the EWS API, how can I determine if a mail item has been read or not.
Previously, with WebDAV, I queried urn:schemas:httpmail:read.
Thanks in advance,
Mike
...
|
How to strip attachments from emails and replace with links?
Thu, 18 Mar 2010 13:10:01 -0700
I am new to exchange development so any help is greatly appreciated.
We are using Exchange 2010 and have an issue with particular set of users
sending large attachments via our exchange server.
I was wondering if there something we can write in terms of custom code to
strip out the attachment, save it on t ...
|
ErrCheckDbPages returns errInvalidParameter
Tue, 16 Mar 2010 06:30:39 -0700 (PDT)
Hi
When using ErrCheckDbPages form CHKSGFILES API get
errInvalidParameter
In Application EventLog:
An attempt to validate database pages failed because invalid
parameters were specified for the buffer containing the pages to
validate and/or the buffer containing the results of the page
validation. The opera ...
|
Exchange Mail Contact
Tue, 16 Mar 2010 03:47:01 -0700
I'm building a UI that will allow users to add and edit Exchange mail
contacts (GAL).
I cant find any code on how to add mail contacts on the server. I dont want
a bulk import. I'm using Exchange 2010.
Mathias ...
|
Accessing MAPI properties using EWS & XML
Tue, 16 Mar 2010 02:35:39 -0700 (PDT)
Hi,
I'm trying to access the PR_LAST_VERB_EXECUTED MAPI property from
Exchange '07 EWS, this is what I have:
$FindItem->Traversal = "Shallow";
$FindItem->IndexedPageItemView->MaxEntriesReturned = $max;
$FindItem->IndexedPageItemView->Offset = $offset;
$FindItem->IndexedPageItemView->BasePoint = "Beginning" ...
|
Getting the EffectiveRights of a different user
Fri, 12 Mar 2010 08:12:20 -0600
If I log in to Exchange Web Services and do a "FindFolder" against
somebody elses mailbox, I can see what rights I have to their folders
from looking at the "EffectiveRights" field in the response.
However, I want to be able to look at a folder in my own mailbox and
determine what rights a different user has t ...
|
Calendar Item / Appointment Item - when is DST applied to the
Duration value for a meeting?
Thu, 11 Mar 2010 11:44:37 -0800 (PST)
When a meeting spans the DST start time, is there any documentation
for how Outlook and Exchange set/interpret the meeting duration value?
For example, if DST starts at 2AM on March 14, 2010, and I
programmatically create a meeting that starts at 1:30AM and I set the
duration to be 90 minutes, what should happ ...
|
|
|
Closing ExchangeService with API
Wed, 10 Mar 2010 08:21:01 -0500
Hello.
I'm using the Exchange2007_SP1 API.
I don't see a Dispose method nor a Close method.
What's the correct way to dispose of the service instance?
Thanks in advance,
Mike
...
|
best way to integrate?
Thu, 4 Mar 2010 16:26:38 +0100
Hi,
I've developed an intergration between the exchange calendar and the emial
inbox with sql server using vb6 and the outlook client.
I want to avoid the message box where the user is promptet to allow the
program to use these exachne/outlook folders.
How can this be done, and is there an other and bette ...
|
Slow EWS API Query
Tue, 23 Feb 2010 14:20:25 -0500
Hello.
I'm searching a calendar folder for items between specified dates. Below is
the code.
It seems to bog down on the "Bind" call. Any suggestions on how to speed
this up?
Public Function GetRange(ByVal MailboxName As String, ByVal
CalendarName As String, ByVal StartEST As Date, ByVal EndES ...
|