Exchange OLE DB provider (ExOLEDB.DataSource) - how to install?
Mon, 15 May 2006 13:58:58 -0500
Hello everybody,
According to what I found Exchange OLE DB provider (ExOLEDB.DataSource.1,
exoledb.dll, devex.dll) is distributed only with Exchange server, OWA and
SPPS.
It seems like, at least technically, it could be installed separately but it
is just not made available as a single package while I am ...
|
register smtp event sink in vbscript as COM+ component
15 May 2006 09:17:57 -0700
I have a vb script that fires when an email is sent to a particular
smtp address. I've managed to register it the normal way using "script
smtpreg.vbs ...". However, I need to connect to a SQL server database,
which uses integrated Windows logon. The script runs in the wrong
security context, so I think I need ...
|
anybody with experience on the ISmtpInCommandSink?
Sat, 13 May 2006 19:57:47 +0200
I had a working filter, until I compiled it to ATL 8.
Now it causes constantly crashes, however, the one with ATL 7 also caused
crashes, but not so often.
Now I could publish the full code here, but let me first ask if somebody
would be willing to check the filter?
It's just about 50 lines of code!
T ...
|
WebDAV Help Please
Sat, 13 May 2006 09:46:06 -0600
Hello, just wanted to re-phrase my question.
I was wondering if anyone knows how to get the email message header of a
email in the inbox (for example: the sending mail server of the email)? I
am looking through MSDN and Google and still have not found anything. Thank
you very much.
...
|
Accessing Exchange from SQL Server
Fri, 12 May 2006 15:25:11 -0500
Hello everybody,
I am trying to access the number of Exchange mailbox unopened items from SQL
Server.
The following code works:
-- VM-TJDOM.local is my test domain name
exec sp_addlinkedserver 'Exchange',
'Exchange OLE DB',
'exoledb.DataSource.1',
'file:\\.\backofficestorage\VM-TJDOM.local\MBX\Administ ...
|
Retrieve email headers using CDO (MAPI)
Fri, 12 May 2006 09:56:32 -0400
Hello,
I'm retrieving emails that were bounced back from an outbound email campaign
that we did via CDO 1.21 (MAPI)
I added three custom headers to the emails before they were sent out.
The actual email that was sent out is now an attachment in the email that
was created by the bounce-back. I have acc ...
|
Please Help with WebDAV Header Request
Thu, 11 May 2006 22:43:42 -0600
Hello everyone. I was wondering if anyone knows how to get the email
message header of a email in the inbox? I am looking through MSDN and
Google and still have not found anything. Thank you very much.
...
|
|
|
Extract Attachment using MSXML2
Thu, 11 May 2006 07:36:02 -0700
Hi,
I want to extract an Attachment from Exchange Server 2003 using MSXML2 and
C#. I do get the attachment name, but when i save it to drive, it's just
binary data or junk. The attachment is an Excel document. Here's the code I
use below.
public void SaveAttachmentFile(Uri uri, FileInfo file)
{ ...
|
Querying Exchange Public Folders with WebDav
11 May 2006 05:49:06 -0700
Hi Guys,
I am new to exchange development and trying to find out how i can query
exchange public folders using webdav.
I had gone thru some samples on msdn but i want to get the list of
public folders for a user on which he has write/delete access
permissions ... can this thing be acheived using webdav
...
|
error when creating recurring appiontment using WebDav
10 May 2006 16:17:18 -0700
Hi,
I always get a Bad-request error when i try to create a recurring
appointment using web dav.
the relevant xml that i send is below. I can create a regular
appointment if i remove the rrule and instancetype. i am a bit lost
with the recurring item, maybe the multivalue string property needs to
be added in ...
|