Retrieve attachment from Exchange Server 2003
Tue, 28 Aug 2007 01:06:13 -0700
Dear All,
With the code below I am able to successfully pull out e-mails by using the sql query defined with the webdav's search method. However, I am very unclear how to pull the attachments from an e-mail. I have gone through various tutorials and based on which I have written the code below using the "X-MS-ENU ...
|
Create mailboxes in Exchange 2007 using C++ code
Fri, 24 Aug 2007 06:34:00 -0700
Hi,
I'm trying to write a windows program that will create mailboxes on an
exchange 2007 server. I'm trying to write something that has the minimum
amount of dependencies. From my initial research, it seems like the only
integration point is through the exchange 2007 cmdlet under powershell. Is
there a ...
|
WebDav Authentication
Wed, 22 Aug 2007 08:14:03 -0700
I'm attempting to write a WebDAV to access contacts, but it is failing when I
try the authentication. I receive a WebException and InvalidCastException
conversion from string to double where indicated below (GetResponse). I've
verified the path to the DLL and the server/path works in the browser on the
serv ...
|
Move code from outlook to Exchange Eventsinks
Wed, 15 Aug 2007 03:06:02 -0700
Hello,
we want Outlook 2003 to show context menus for certein emails with
attachments. Like "Archive attachments...". Currently we use VSTO with VS2005
and add custom actions to the Outlook.MailItem if the selection event is
fired.
This custom action is permanently stored inside the mailitem in an exchan ...
|
Re: get e-mail from Exchange Server 2003
Mon, 13 Aug 2007 10:33:58 +1000
You should use the Allow-Rename Header (set it to T)
http://msdn2.microsoft.com/en-us/library/aa142703.aspx this will enable
Exchange to automatically sort out any naming conflicts it encounters during
a move.
Cheers
Glen
"josephine" <josephine@discussions.microsoft.com> wrote in message
news:057951BF ...
|
Re: get e-mail from Exchange Server 2003
Mon, 13 Aug 2007 10:29:39 +1000
> 1. WebDav101 article, states that Authentication type "NTLM", in obsolete.
> therefore i use "BASIC" Authentication .
Be careful this is only true in certain configurations. Eg if you have Forms
Based Authentication enabled for OWA then you have to use Basic
Authentication and SSL. If you aren't using FBA ...
|
Setting duration with IAppointment
14 Mar 2007 05:31:53 -0700
Has anyone successfully set the duration property when creating an
appointment with IAppointment (CDO)?
MSDN (http://msdn2.microsoft.com/en-us/library/aa487216.aspx) states
it is possible but I can't get it working. My application creates an
appointment fine when I use starttime/endtime, but with starttime/
...
|
|
|
script for adding new recipient to BCC list via Event Sink
Fri, 9 Mar 2007 16:01:17 +0100
Hi,
I am looking for a way to add a new recipient to the BCC list in order to
send a copy to a Sharepoint mail account:
This is the empty body of how to implement a standard application, but what
do I need to do to add new recipient to the BCC list?
The MSDN doesnt give me any clue on this and the re ...
|
moving public folders
Thu, 8 Mar 2007 21:37:46 -0500
i have written a utility to move all our pulic folders into sub-folders
under the same folder tree. now we want to move them all to a file system
since there thousands of them. how do i do this? do i open up a recset to
each public folder and then read each message and save it to a directory
using cdo.g ...
|
HTTP 416 Error on WebDav request with Exchange 2000
Thu, 8 Mar 2007 11:06:21 -0800
I've got a .NET application that does a WebDAV SEARCH on a user's mailbox
folder. To restrict the number of matching entries returned I use a range
header in the HTTP SEARCH request.
On Exchange Server 2003 on windows 2003 (therefore IIS 6), if the folder is
empty, or there are no matching results, I get ...
|