Mailbox Settings for objsession.logon
Thu, 25 Aug 2005 12:34:22 +0200
Hello,
i build up a onTimer Eventsink which loops every 30 minutes through the
inbox searching for unread messages and send an email to another account. it
works fine on the test server but not on the productive server. it ends with
this error.
You do not have permission to log on. [Microsoft Exchange Ser ...
|
EVT_SYNC_COMMITTED fires twice
25 Aug 2005 02:19:39 -0700
Hi there,
I have a problem with my event sink. It is developed as a COM+ and I
have registered it in the SystemMailBox for receiving OnSyncSave
notifications.
My problem is, that the component receives all messages twice(!) The
component filters all notifications so I only process EVT_IS_DELIVERED
| EVT_ ...
|
Event Sink boiled...
24 Aug 2005 13:49:02 -0700
Hi everyone,
well...I created a sink with vb.net with everything is used(CDO,SEO)
for this...so i set this as register for COM Interop...and when i built
it this works well(with the adding of onarrival with
cscript.vb,etc)...so after this i needed to change the code and just
recompiled the solution and ...
|
How to create a link between a Task and a Contact using WebDAV
24 Aug 2005 10:05:17 -0700
Hi,
I have two Public Folders on a Exchange 2003. One stores Contacts, the
other one stores Tasks. Now I want to get a Contact linked to a Task
using WebDAV, so that the linked Contacts are underlined in the
contacts-list of a Task and can be doubleclicked to open the Contact.
After a lot of search (than ...
|
Sink registration - passing parameters
24 Aug 2005 07:45:22 -0700
Isn't there a way to embed some environmental data in a sink
registration item so the sink can tell when it's running in a dev or
prod environment, for example?
I've been digging through Rizzo and Martin, and I can't find this
mentioned, though I'm sure there was someplace where we could do this...
...
|
Exchange Server 2000 And Timezones
24 Aug 2005 07:20:06 -0700
Hi All
I have been struggling with this for some time, so please help me!!!
I am developing a global web application using ASP.NET. I need to get
the app to communicate with an Exchange Server (on a seperate server,
but in the same domain). The app will set up meetings for several
people. Each person coul ...
|
Public Folders with out the MAPI Object
Tue, 23 Aug 2005 22:22:04 +0200
Hello all,
Is there a way for me to process programaticly
messages with attachments that are stored in the public folders,
without the MAPI Object (i.e with CDO or LDAP) ???
Thanks,
Yaniv.
...
|
|
|
Error trying to create new Virtual Directory in the Public Folders
23 Aug 2005 10:32:46 -0700
Hey all,
I've been using the following code from Microsoft to attempt to
programtically create a new Virtual Directory under the Public folders:
' StrFolderName: The folder path that you want to publish as the
virtual directory. Use the following format:
"<TreeName>\<SubFolderName>"
' strComputerName: Th ...
|
Getting MailMsg properties in managed code (SMTP event)
22 Aug 2005 22:51:37 -0700
Is it possible to get mailmsg properties like:
In a C# managed SMTP event sink?
I found this message:
http://groups-beta.google.com/group/microsoft.public.exchange2000.development/browse_frm/thread/969f9560eb9fb907/0c0484627e964ef0?lnk=st&q=GetStringA&rnum=2#0c0484627e964ef0
where one guy alluded that it ...
|
How To Create a Thread When Exchange Starts
Mon, 22 Aug 2005 21:32:02 -0700
Hi,
I need to create one extra thread for monitoring purpose once the exchange
server starts.
I used to spawn a thread by using win32 CreateThread() in the VB
OnMdbStartUp event sink. But later on, I saw Exchange SDK 2003 Doc said
"Event processes should not spawn any additional threads".
Any one hav ...
|