Re: Mapi x.400 VB.Net
Mon, 05 Nov 2007 21:47:13 -0000
What about CDO? I think there has been quite a bit of C# development
there (or with Redemption www.dimastar.com). I'm no pro there, but I
believe it gets around the MAPI memory constraints being discussed. If
I'm wrong please correct me.
Thanks!!
Dan
On Nov 2, 3:26 am, Jules Wensley <juleswens...@yahoo.c ...
|
Re: Mapi x.400 VB.Net
Fri, 2 Nov 2007 08:26:43 +0000 (UTC)
Hi Henning,
Thanks for the reply. Unfortunately, my client only use x.400 (Government
site).
Any ideas?
Regards
Jules
> Hi,
>
> MAPI is not supported in a .NET process. It's memory management
> collides with the .NET garbage collector.
>
> You might want to consider enabling SMTP on the Excha ...
|
Mapi x.400 VB.Net
Thu, 1 Nov 2007 20:25:47 +0000 (UTC)
Hi all,
Bit of a newbie on here so bear with me.
I have developed an ASP.Net site for a client, and the requirement has appeared
to send emails automatically, to an Exchange 5.5 server (on another domain)
using MAPI (server is x.400).
Does any have any pointers on how to do this (VB or C# examples would ...
|
Restrict viewing access to GAL
Thu, 01 Nov 2007 09:31:24 -0700
Is there a way to restrict who can view the GAL via AD? We have over
4000 users in our exchange environment and these people seem to love
to select all users and forward unnecessary e-mail to our staff.
Thanks,
Javier
...
|
SBS 2003 / Windows Server 2003 Stuck at Applying computer settings / Symantec Antivirus for Exchange
Thu, 1 Nov 2007 01:39:22 -0000
Hi
I am posting this hoping that you won't have to go through the truble I've already had
I was running sbs2003 (windows server 2003 exchange 2003) fully patched to date (31 oct 07).
Also running Symantec Antivirus 10.1.6.6010 and Symantec Information Foundation Mail Security For Exchange v.6
However in the ...
|
VBS to move mail from Exchange Mailbox's Inbox to a Public Folder
Wed, 31 Oct 2007 13:39:02 -0000
I would like VB scripts to move and copy an email received in any
user's Inbox to a specific sub-folder of the Public Folders, ie:
Mailbox - Bob Jones>Inbox -- move to --> Public Folders>Public
Folders>GFI Antispam Folders>This is spam email
The closest I've come to a script that works is the following, whic ...
|
Attached email into an email comes as empty email
Mon, 29 Oct 2007 16:34:27 -0000
I have exchange 2003 and Outlook 2003 SP2. If some one forwards an email to
me I see that email as an attachment which is fine (just like a excel or pdf
attachment or any
other). when I open that attached email I don't see any content. It is
completely blank. any idea why it may happen?
This is only happen ...
|
|
|
Authentication state in protocol event sink
Sun, 28 Oct 2007 04:44:00 -0700
Is there a possibility to get information if the current session is
authenticated inside an OnSmtpInCommand event?
I thought there should be properties for this on the pSession Object but it
seems I only get the server and client IPs.
Or is this information only available in transport events? ...
|
Error code 80070005 at "GetMailboxTable" call...
Fri, 26 Oct 2007 04:18:22 -0700
Hi,
I am facing some problem with MAPI. I have a code to fetch mailbox/
public folders from exch 2003 server. I am creating a profile
programmatically which will take a mailbox user name (which is having
domain admin privileges) and Exchange server name. I have nearly 5
exchange servers in which this code is wo ...
|
Showing "Bad Request" when selecting particular appointment
Fri, 26 Oct 2007 01:55:00 -0700
I am doing following code:
Dim sQuery As String
Dim status As Integer
Dim oXMLHttp1 As MSXML2.XMLHTTP30 = New MSXML2.XMLHTTP30
Try
oXMLHttp1.open("SEARCH", stURI, False, Me.UserNameAlias,
Me.Password)
sQuery = "<?xml version='1.0' encoding= 'utf ...
|