Retrieve unread emails in VB.NET?
Mon, 29 May 2006 13:29:19 +0200
Hello
Is there a sample available how I can retrieve all unread emails from an
exchange server account?
VB.NET prefered, C# possible :-)
Thanks
Sven
...
|
How to access email attachment (repost in correct group?)
Mon, 29 May 2006 03:00:33 +0100
We have a special mailbox which receives email with xml file attachments.
Can anyone point me to a sample application or source code to help me access
this ,ailbox programmatically? Any language will do - c#, c++, c or vb.
The mailbox will only be accessed by the application we write. We plan to
use a dummy ...
|
Error on retrieving messages by using CDOEX and ADO
27 May 2006 20:20:42 -0700
i saw the post How to retrieve messages by using CDOEX and ADO in
Visual C#
the code is:
using System;
namespace Samples
{
class Class1
{
static void Main(string[] args)
{
try
{
ADODB.Connection oCn = new ADODB.Connection();
...
|
How to retrieve messages by using CDOEX and ADO
27 May 2006 20:16:22 -0700
i saw the post How to retrieve messages by using CDOEX and ADO in
Visual C#
the code is:
using System;
namespace Samples
{
class Class1
{
static void Main(string[] args)
{
try
{
ADODB.Connection oCn = new ADODB.Connection();
...
|
Extract Attachments and body info etc. from .msg File
Fri, 26 May 2006 10:02:55 -0700
Hello,
Does anyone know how to Extract Attachments etc.. from a .MSG File
Yes the File is on the File system.
Any code in C#, VB.NET is greatly appreciated.
Sa
...
|
Public Folders
Thu, 25 May 2006 02:20:02 -0700
Hi all
I've got a big problem, at the moment I have 2 exchange5.5 servers where the
public folders have stopped replicating and are out of synch. The plan is to
build a 3rd server and migrate all users to this new server.
But does anyone have any ideas on how to 'merge' the public folders IS's
from ...
|
HrESERestoreComplete fails wiht Invalid paramemeter
25 May 2006 01:51:01 -0700
Hi experts.,
I backed up the Mail Box Store and Public Folder Store using the
ESE Backup API (esebcli2.dll). When I try to restore the Public Folder
Store using the backup set , restore completes sucessfully without any
problem . While I try to restore the MailBox Store it fails with
Invalid parameme ...
|
|
|
SMTP Relay Question
24 May 2006 05:40:00 -0700
I posted something similar yesterday with varying answers, so I dont
think articulated my problem very well. I will try again.
We have been hosting Exchange through an out-sourced provider for the
past 8 months and looking for bring Exchange 2003 Enterprise in-house.
We have the Exchange server built and r ...
|
Delivery notifications with Webdav
Wed, 24 May 2006 12:23:34 +0200
Hello,
I am currently using the webdav methods to send e-mail throught an Exchange
2003 server. But I need to get delivery notifications... I think there is an
header to add to ask for it, but I don't know which one...
Can someone help me please?
...
|
How to purge a mailbox programatically
Tue, 23 May 2006 15:57:57 -0700
Hi,
From Exchange System Manager, I can right click on a deleted mailbox and
purge it.
How can I do that programatically? I cannot find anything in MAPI or CDO.
Thanks,
Chris
...
|