Exchange 2007 and OnTimer-eventsink
Mon, 03 Mar 2008 12:58:24 +0100
Hello NG,
i have a quite frustrating problem developing an OnTimer-eventsink for
exchange server 2007, or that is to say updating the eventsink when
changes are made in the corresponding system file.
The eventsink is developed via Visual Studio 2005 in C#.NET. For testing
issues i have reduced the OnTime ...
|
Strange
Thu, 28 Feb 2008 05:29:02 -0800
I apologize in advance as this is a double post. I did also post this in the
Exchange General forum. I didn't realize this NG existed until now.
Now, my issue...
Here is the weirdness. We have a homegrown application that our employees
use to set their OOF. Through this tool you can set your contact pe ...
|
href + outlook
Thu, 28 Feb 2008 04:15:31 -0800 (PST)
Is it possible to create a link to open outlook (Client side) to open
a particular folder
here is the code i am trying to use unsuccessfully :
<a href="outlook://Public%20Folders/All%20Public%20Folders/P/W/C/Conf
%20Room/~S%20C%20R">Conference Room 1</a>
Basically what i want to happen is that when a user c ...
|
Time zone of Exchange server-- how to retrieve via WebDav?
Mon, 25 Feb 2008 06:47:48 -0800 (PST)
When I retrieve meetings, etc from Exchange using WebDav, I know the
time is returned in UTC. My question is how do I access the time zone
of the Exchange server so I then can convert the appointment from UTC
to the proper timezone?
In my webdav request, I do ask for the timezoneid property (I also
tried the ...
|
connection with webdav
Mon, 25 Feb 2008 09:49:09 +0100
Hi,
I want to connect to a Exchange Server with webdav.
It works if I use the username and password of a person of the corresponding
Exchange folder (calendar, inbox ...)
Now I want to connect and get the informations of each user, using a
superuser.
Is it possible to do?
How must the superuser be confi ...
|
Exchange 2007 BUG in OnSyncsave Event Sink processing
Sun, 24 Feb 2008 14:14:02 -0800
Hello!
I would like to inform about bug in OnSyncSave which MS come into Exchange
2007 SP1 x64(maybe Exchange 2007 x64 also has it I'll check) and I don't know
how to fix it (Exchange 2003 and 2000 handles it correctly).
I am experienced user/coder of this Event Sink and my code works properly on
all earli ...
|
Accessing eml files in Exchnage 2003
Thu, 21 Feb 2008 21:32:00 -0800
Hi all,
Is it possible to access physical eml files in Exchange 2003 as was done
previously with Exchange 2000 using its M drive.
--
Thanks
ashish ...
|
|
|
Global Event Sink on Exchange 2007 SP1 Public Store problem on Win
Thu, 21 Feb 2008 12:03:02 -0800
Dear MSVP's,
OS: Windows Server 2008 final as AD Global Controller with Exchange 2007 SP1
final
I have developed event sink on Exchange 2007 SP1 which is fired globally on
Public folders Store. It works OK in Public folders on Windows Server 2003 R2
SP2 with Exchange 2007 - it doesn't hang Microsoft Exch ...
|
Email headers when replying
Thu, 21 Feb 2008 01:01:25 -0800 (PST)
Hi,
My question is more email-oriented and not specific to Exchange, but
since I'm using Exchange I figured I'd post it here.
I'm sending e-mails using WebDAV by submitting a PUT request to the
##DavMailSubmissionURI##, it works swell. The only problem I have is
when replying to emails, I don't know what he ...
|
Porting mail routing DLL to SMTP Event Sink
Wed, 20 Feb 2008 15:05:03 -0800
I'm porting an old exchange server 5.5 mail routing DLL to a SMTP Event Sink.
The plan is to keep the existing code and wrap the call to
rcRouteInboundMail with a ISMTPOnArrival interface.
All is going well except that I can't find any documentation on the
rcRouteInboundMail function and the possible DIS ...
|