Deleting exchange attachment programmatically
Fri, 4 Apr 2008 17:55:21 -0300
Hello people. My problem is as follows: I have an application that access to
an exchange mailbox and extracts via webdav some info from the mails header.
What I need to do now is to delete the attachment from those mails because
that info is not needed for us.
Does anyone has some code sample of how to do thi ...
|
Exchange mail submission URI, permissions
Fri, 4 Apr 2008 05:51:49 -0700 (PDT)
Hello,
I seem to have a permission problem on a clients Exchange
installation. I have a working WebDAV application that can Send/
Receive/Delete emails and handle appointments, but in this particular
environment I am having problems when sending mail using Windows
Authentication.
Using an account with Send ...
|
PR_EFORMS_LOCALE_ID
Fri, 4 Apr 2008 12:23:46 +0100
Hello,
I've now managed to create an Organizational Forms Library programatically
by using the powershell SDK stuff, but I can't use it until I set the
PR_EFORMS_LOCALE_ID value as described in
http://support.microsoft.com/kb/933358.
Using MFCMapi works fine, but I've been tasked with doing this bit from c ...
|
How to register store wide webforms on clustered Exchange 2003 back end?
Thu, 3 Apr 2008 20:06:52 +0200
Hi,
I am trying to register store wide WebForms and also global events in
the SystemMailbox of a clustered backend (Exchange 2003 sp2).
When I try to access
http://nodeName/exchange/SystemMailbox{guid}/##SchemaURI##/
I get HTTP error 400 invalid request.
When I use clusterName instead of nodeName I get H ...
|
Exchange 2003 - WebDAV: deleted items
Thu, 3 Apr 2008 09:37:24 -0400
Is there any way to identify the deleted calendar activities doing WebDAV
Exchange synchronization with 3rd party DB?
Currently I am using full range scan to sync and delete the rest.
Thanks,
Dmitriy
...
|
MAPIOpenLocalFormContainer failed with MAPI_E_CALL_FAILED
Thu, 3 Apr 2008 12:59:33 +0200
Hi all,
I'm working on sustaining of an Outlook plug-in which uses MAPI to install
custom form by calling MAPIOpenLocalFormContainer and then
IMAPIFormContainer::InstallForm. One of my customers has this strange
problem that, when running this code, MAPIOpenLocalFormContainer call fails
with MAPI_E_CALL_FAILE ...
|
WebDAV: anyway to identify unique attachments in repeating meetings?
Wed, 2 Apr 2008 20:19:53 -0700 (PDT)
For a repeating meeting, using WebDAV is there any way to efficiently
identify the unique attachment files across a repeating meeting?
For example, a user could create a repeat daily for 5 days that has an
attachment. They could then go to two repeat days and modify that
attachment file's contents for those d ...
|
|
|
Kerberos Constrianed Delegation help for Exchange 2007 Web Service
Wed, 02 Apr 2008 16:57:56 GMT
Does anyone know how to setup an SPN(Security Principal Name) for the
Exchange 2007 Web Service? We are having a double hop issue and we need to
forward the user credentials to the Exchange server.
Web Server is on one box,
Database Server is on another,
and Exchange is on yet another box.
The web app authenti ...
|
Create an Exchange 2007 Mailbox (Programmatically)
Wed, 2 Apr 2008 06:51:00 -0700
I have a script written which creates a user in the Active Directory, creates
a folder on our file server, creates an exchange 2003 mailbox, and sets the
appropriate permissions... This is all written in ASP (vbscript).
We have recently upgraded to Exchange 2007. Is there a way using ASP
(VBscript) to creat ...
|
Microsoft.Exchange.Data.Unlimited(Of Microsoft.Exchange.Data.ByteQuantifiedSize)
Tue, 1 Apr 2008 15:31:56 -0700 (PDT)
I am trying to use the data type of:
Microsoft.Exchange.Data.Unlimited(Of
Microsoft.Exchange.Data.ByteQuantifiedSize) from within .NET 2.0. I
can get evaluate a value such as MaxReceiveSize from but I can not
create a new unlimited variable.
This creates a limited value of 16320 Bytes
Dim objByteQuantified ...
|