How save message from Exchange 2003 in msg format
Tue, 18 Mar 2008 09:44:03 -0700
Hi
I'm using Exchange 2003 and cdoex.dll version 6.5.6944.0 (from Exchange
sever directory)
I execute code like this:
Code Snippet
MessageClass msg = new MessageClass();
msg.DataSource.Open(...);
ADODB.Stream stream = msg.IBordyPart_GetSream();
stream.SaveToFile("C:\myMes.msg",//someoptions);
All rig ...
|
Exchange 2003 event sink to modify from adress doesn't work correc
Tue, 18 Mar 2008 02:52:00 -0700
Hello,
I have an issue I can't explain to myself right now. I took a .vbs Script
and registered it as an event sink in Exchange 2003 SP2 (SBS 2003) to modify
the from address for a certain sender.
It is working so far that the address is being replaced, but there ist an
additional term saying "support1@ ...
|
How to use finditem with a date?
Tue, 18 Mar 2008 02:39:29 -0700 (PDT)
Hi all,
how do I find calendar items that have a date greater then a
specific?
I've tried the following:
C# ...
ConstantValueType constantDate = new ConstantValueType();
constantDate.Value = "2008-03-19T05:00:00Z";
IsGreaterThanType dategreater = new IsGreaterThanType();
prop.FieldURI = UnindexedFieldURIT ...
|
How to send mail using WebDAV in VB 2005
Fri, 14 Mar 2008 13:38:20 +0100
Hi!
I want to send mail with my application using WebDAV methods, but that does
not work and return 401 forbidden in my XML response.
I create the mail item with WebDAV PropPatch methods in a Drafts Folder
and move it into a
http://server/exchange/userAlias/##DavMailSubmissionUri##/ and there I
receive ...
|
Installing Mailbox Server on a machine which dont have AD installe
Wed, 12 Mar 2008 03:10:00 -0700
Hi there,
I have two servers Server#1 and Server#2.
Server#1 has E2k7 installed ( i.e three roles Hub Transport, CAS,
and Mailbox server).
Server#2 has Windows server 2003 SP2.
Now I want to remove Mailbox Server role from Server#1 and install
Mailbox server role on Serv ...
|
Forms authentication 401 Error
Tue, 11 Mar 2008 14:44:32 -0700 (PDT)
I've looked at the forms auth how to on support.microsoft.com and
several other samples that all look the same.
And I'm generating the information the same way I think (my other code
works great using standard auth). Here's what I'm writing to the
content stream:
destination=https%3a%2f%2f<ServerName>%2fExc ...
|
Use PR_SEARCH_KEY in WebDav
Tue, 11 Mar 2008 12:58:21 -0700 (PDT)
Hi everyone, I have another question. I've looked all over the
internet and I can't find the answer to this, everyone says you have
to use PR_SEARCH_KEY, but no one says how. I've found a few referencs
to these huge long strings to the value, but when I use any of them, I
don't get anything back in the xml resul ...
|
|
|
Serialisation of Exchange 2003 Public Folder Calendar
Tue, 11 Mar 2008 03:05:47 -0700 (PDT)
Hi,
I have an exchange 2003 server, the server has several public
folders. One of these folders contains multiple sub folders that are
all calendar items. These calendars are used for booking the meeting
rooms in our building.
I need to find someway of periodically serializing this information to
XML fil ...
|
Blackberry Enterprise/ Outlook Web Access 2007 - prevent certificate
signing
Mon, 10 Mar 2008 10:38:48 -0700 (PDT)
We're upgrading to Exchange 07 from 03 and we're running into an issue
with OWA. Blackberry Enterprise Server has an issue with S/MIME
certificates in that a Blackberry device cannot process a message from
OWA if the message is signed with the user's certificate. There are
two behaviors: if the message just ha ...
|
.EML file download issues WebDAV
Mon, 10 Mar 2008 09:04:41 -0700 (PDT)
Hi all, I'm having a great deal of difficulty using webDAV to get
the .eml file of the message.
I can get the messages that have changed since the last time I looked
just fine with a nice little search query, but when i try and download
the returned message I get a Bad Request Error and the url that I'm
getti ...
|