Determining email size limits of Exchange Server?
Sat, 9 Jul 2005 10:33:01 -0700
Currently I've been told that our Exchange Server has been configured to
allow emails sent out of our network domain to be 5MB in size and 10MB if
they are within the network.
Is there any way I can retrieve these settings via WebDAV?
Thank you. ...
|
How to implement mail stubs?
8 Jul 2005 08:40:00 -0700
Hi there
I want to implement mail stubs for an Exchange Server. That means,
Exchange holds a stub of the mail, but the actual mail is stored
somewhere else. Stubed mail should have a different icon in outlook
(MIME or RPC connected to Exchange) and viewing/handling the mail
should be completely transparent ...
|
Getting Filename of an Outlook.*Item?
Fri, 8 Jul 2005 07:56:03 -0700
Hi.
Is there a way to get the filename of an Item via vb6?
I have the item as ... say an Outlook.ContactItem for example, and i want to
read out the (.eml) filename, but i cant find a way for doing this.
Is there a way to get the blah.EML-Filename?
Another question: Is there a way for searching quick ...
|
Redirecting mail from a particular group of users
Thu, 7 Jul 2005 16:27:03 -0700
Problem: All email from a particular group of users needs to be routed
through a particular server before being sent on to its final destination.
The group of users can be designated with Active Directory easily enough,
but how do I get access to this information and use it to reroute the email?
(If you c ...
|
Getting BCC property
Thu, 7 Jul 2005 00:17:04 -0700
Hello:
As I've read, the BCC property of an email is usually empty
(get_BCC(&bstrVar) method always leaves bstrVar empty).
How can I get the BCC property in C++?
Thanks a lot.
Manuel ...
|
Moving more than one mailbox at a time
Wed, 6 Jul 2005 03:49:02 -0700
hi,
with Exchange 2003 is it possible to move more than one mailbox at a time.
is it possible to do this programaticly? last year i wrote am small programm
which moves the mailboxes. the mailboxes are moved one by another.
the wizzard of exchange 2003 is able to move more than one mailbox at a
time. a ...
|
Help WebDav: add recurrence task
Tue, 05 Jul 2005 21:33:11 GMT
Hi All,
using WebDav, to add recurrence calendar I use:
<?xml version="1.0"?>
<g:propertyupdate xmlns:g="DAV:"
xmlns:e="http://schemas.microsoft.com/exchange/"
xmlns:mapi="http://schemas.microsoft.com/mapi/"
xmlns:mapit="http://schemas.microsoft.com/mapi/proptag/" xmlns:x="xml:"
xmlns:cal="urn:schemas:c ...
|
|
|
DeleteMailbox ASP.NET (MVP? Anyone? please!)
5 Jul 2005 09:38:33 -0700
I'm running this code from a webservice on an Exchange 2000 server
itself.
The process is running as the generic user, but the account that it
actually performs the action as is specified in the credentials read
from web.config (I've tried it with different accounts, including an
exchange full admin, and on ...
|
Generating Task Items for Incoming ICalendar Messages in a Sink
Sun, 3 Jul 2005 23:07:08 +0200
Hello,
we have a SAP-System from which we want to assign Task to Outlook-Users.
The plan is to generate email-Mesages which contains a ICalendar in SAP and
convertt them in a Microsoft Exchange 2000 Sink to Task-Items.
I have registered a Sink with the Micosoft Script smtpreg.vbs which
sucessful fires the ...
|
PR_CONFLICT_ENTRYID via exoledb
Fri, 1 Jul 2005 07:15:04 -0700
We have been trying to access the pr_conflict_entryid from a mailbox item
(conflict notification) and have been unsuccessful so far.
Does anyone know if this property is exposed? Via the MAPI schema? Other
places?
Any help is appreciated.
Have been trying to access property via
http://schemas.microso ...
|