Event Sink : error on "EventDetails.FolderID" - Error: 800a01a8
7 Oct 2005 07:49:26 -0700
Hi
I try to create a Exchange 2000 Event Sink but I receive the following
error message :
Run time error at line 44. Source: VBScript runtime error Error:
800a01a8. Description: Object required: '[string:
"000000001A447390AA66"]'
The line 44 is simply : "set idCeDossier = EventDetails.FolderID"
The ...
|
Determine NT User from E-mail address
Fri, 7 Oct 2005 06:29:01 -0700
Hi, I'm using SMTP transport events with Exchange server and I have the
following problem : given an e-mail address I need to determine if the owner
is a user or distribution group inside the organization.
So , if I have the address : jdoe@company.com , to find out that that this
coresponds to user John ...
|
Appointments of one day in Calendar
Fri, 7 Oct 2005 05:17:01 -0700
To find out what appointments a user has at a specific day, I have to read
the appointments from this day and all the Reccurence of all preceding
Appointments.
I assume there must be a better way to get this information (Must be used by
each scheduling component). Does anybody what functions provide this ...
|
Sink on replicated public folder
5 Oct 2005 14:02:53 -0700
If I want to put a sink on a replicated folder, does the registration
item replicate, or do I have to register the sink on each machine?
...
|
Public folder messages 'READ' status.
Mon, 3 Oct 2005 05:19:01 -0700
Hi
Is there any way to retrieve READ status of specific message posted in
public folder.
I mean i need that for all users that can read that message.
Or maybe that is possible to retrieve users that have seen(set READ flag)
that message.
I need that using administrator account.
--
WBR
Henry ...
|
Trouble with Router Sink
Fri, 30 Sep 2005 19:01:44 +0400
I'm trying to implement Router sink on clean Windows Server 2003.
First, im implement one interface - IMessageRouter, then register my Sink,
no one of my methods of the sink never triggered.
Next i implement IMailTransportRoutingEngine interface, reregister sink, but
no one from both interfaces methods do ...
|
Here's how you manipulate PST location in the registry (complete script)
29 Sep 2005 12:10:04 -0700
In the process of consolidating serveral file servers into a single dfs
location, and turning off the old ones, we need to move the PST file
mapping in everyone's registry to point to the new location. Lots of
problems with this, not the least of which is that microsoft says
poo-poo on using PST files on the ...
|
|
|
exchange server 2000 plugin help
Thu, 29 Sep 2005 11:44:02 -0700
i would like to write a plugin for exchange 2000 server with visual basic.
To start i'd like to just have email pass through my plugin.. in the end im
trying to write an antispam plugin, i have some ideas on how to stop alot of
the spam we get. if i cant write it in VB, C will have to do.
thanks in advanc ...
|
Strip Attachments
Thu, 29 Sep 2005 05:56:13 -0700
Hello
I'm trying to strip attachments going to the CEO's blackberry. I can copy
the incoming email to his blackberry in AD2003/Exchange2003, but he only
wants the message not the attachment.
I'm no scripter expert, but I've looked at using ISMTPOnArrival, but I need
it to be ISMTPOnDeparture as per:
http ...
|
Custom property on registration item.
28 Sep 2005 09:11:05 -0700
Looking at Mindy Martin's book, p. 474, we see that custom fields can
be added to a registration item such that the value in the field can be
read from within the sink.
I'd like to use this to store some configuration info, so that if I
have to move the sink or mailbox to another server I won't have to
reco ...
|