Configuring Exchange for anyuser@anydomain.com
Sun, 23 Oct 2005 23:03:01 -0700
Hi All,
I want to get mails on my exchange server from
anyuser@anysubdomain.domain.com.
Infect we are getting mails on server for *@*.domain.com
So please tell me how we can configure our exchange for this problem.
...
|
Updating Appointment?
21 Oct 2005 13:44:02 -0700
I'm at a loss on how to update an appointment via...preferably VBScript
but VB.Net will work also. We have a process that automatically sends
an appointment to a user, but occasionally that appointment needs to be
updated. Any way to do this? This script will run on a server, and if
needed the account will ...
|
Duplication of emails
Fri, 21 Oct 2005 06:40:03 -0700
Hello:
Sometimes, when I send an email from CDO, the destination receives TWO
identical emails. Why is it happening? What's the solution?
Thanks a lot.
Manuel. ...
|
Setting public folder replica list via script
Thu, 20 Oct 2005 03:41:03 -0700
Does anyone know how to use script to set the replica list for a public
folder in Exchange 2000?
I can find lots of references to the WMI provider for Exchange 2003, but
nothing for Exchange 2000.
Thanks. ...
|
Event Sync DLL
Wed, 19 Oct 2005 14:04:44 -0400
Guys,
I created a Sync DLL using VB.NET as per the following article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_esdk_building_managed_event_sink_dlls.asp
What do I need to do to deploy it? The article does not have instructions
and [obviously] I am totally new to exchange d ...
|
Urgent question (II)
Wed, 19 Oct 2005 09:13:04 -0700
Hello again:
How can I remove the attachments of an email?
Thanks a lot.
Manuel. ...
|
E-mail autoresponse
Wed, 19 Oct 2005 12:11:56 -0400
Hi all,
I have a little task here and I am looking for input from fellow
professionals as to what the best approach is to accomplish it:
I need to setup an e-mail box that will receive requests from people. The
e-mail will contain certain key information that will allow a process to
pull
information fr ...
|
|
|
Urgent question (I)
Wed, 19 Oct 2005 09:11:08 -0700
Hello:
I'm trying to compose an email in C++ which contains the euro-character (€),
but it always appears as a "?".
This is my code:
------------------------------
IMessagePtr iMsg(__uuidof(Message));
_StreamPtr Stm;
iMsg->put_To( L"person1@mydomain.com" );
iMsg->put_From( L"person2@mydomain.com" ...
|
Event Sink + MIME + Filtering DSN's
Tue, 18 Oct 2005 07:11:01 -0700
I have a pretty complicated OnSyncSave event sink as an application front end
that works some magic on the incoming messages. This sink handles probably
20k emails per day.
When an error occurs I have code that emails the admins to notify them of
the problem. Probably 25 times a day, a DSN comes into ...
|
Event sink not firing if Process meeting request is enabled
Mon, 17 Oct 2005 14:00:02 -0700
I have a resource mailbox which has
"Automatically accept meeting requests and process cancellations" and
"Automatically decline conflicting meeting requests" enabled. For this
mailbox I have registered an eventsink, but this event sink not firing ever.
I have another mailbox which does NOT have Automatica ...
|