How to access StorageLimitInfo property on Exchange 2007?
Sun, 9 Mar 2008 22:48:39 +0100
Hi,
Is there a way to access StorageLimitInfo property on Exchange 2007, except using PowerShell. I know it can be done using Get-MailboxStatistics cmdlet, but my requirement is to use VBScript.
I have tried to access it using \ROOT\MicrosoftExchangeV2 provider as in Exchange 2003, but it gives me an error.
...
|
Accessing Exchange 2003 from C# app
Fri, 7 Mar 2008 11:34:02 -0800
Hi all,
I need to find out my options are for writing a C# application that connects
to an Exchange server to fetch emails. I cannot use POP3 or IMAP as they are
both disabled and the administrators are not prepared to enable them.
The application will be running on some server without Outlook installed, s ...
|
EML in replay directory not getting to external on Exchange 2007
Fri, 07 Mar 2008 10:17:19 -0500
I am having an issue with a connector I wrote. When I put a EML file
in the replay directory that has X-receivers set to external (hotmail
or gmail for example) they are not delivered. If I have x-receivers
set to internal Exchange users they get the email. Do I need to do
anything to get the replay to send e ...
|
The transaction failed to commit for an unknown reason
Fri, 7 Mar 2008 00:27:00 -0800
We are working on component implementing integration between the Exchange
(2003) and our product. We have uncommon problem with one customer. We try to
add new item to userâ??s calendar and receive exception â??The transaction failed
to commit for an unknown reason. The transaction was aborted.â? when calling ...
|
How to query Exchange server
Wed, 5 Mar 2008 09:36:00 -0800
Good afternoon. I need to query my Exchange server for the date that each
Exchange mailbox was created. I found a nice article at
http://msexchangetips.blogspot.com/2006/08/exchange-query-mailbox-creation.html
which shows (and provides scripts) on how to query Exchange server. I keep
getting errors with t ...
|
500 Internal Server Error after PROPPATCH (WebDAV)
Wed, 05 Mar 2008 14:54:09 +0100
Help please.
Exchange Version 6.5.7652.24
When I send this webdav xml to exchange server I get 500 Internal Server
Error. I have no idea what is the problem. Any clue ? I'm lost.
Error 'PROPPATCH 500 Internal Server Error
https://webmail.mycompany.com/exchange/guser@mycompany.com/Kalendarz/AXACTIVITY_ ...
|
Error "0x80040E19" when connecting to exchange using ADO
Wed, 05 Mar 2008 12:17:48 +0100
Hello NG,
i'm getting error "0x80040E19" ("Object or data matching the name,
range, or selection criteria was not found within the scope of this
operation.") when i try to connect to an exchange server using ADO.
Here is the (VB6-)code:
Private Sub Command1_Click()
Dim adRecord As ADODB.Record
Set ...
|
|
|
Move-mailbox parameter -confirm
Tue, 4 Mar 2008 08:56:03 -0800
I'm writing a powershell script to move mailboxes from one forest to another.
I am able to perform the operation with the move-mailbox commandlet but the
command requests confirmation before each mailbox. (Yes, All, None etc...) I
want to skip this to completely automate the batch.
The Confirm parameter ...
|
Redistribuition of ExchangeMapiCdo.MSI
Mon, 3 Mar 2008 14:30:16 -0500
MS provides the Mapi Client as a web download here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=E17E7F31-079A-43A9-BFF2-0A110307611E&displaylang=en
However, I'd like to know if MS allows us developers to freely redistribute
this MSI package into our own installers. I couldn't find any information
...
|
Set PR_Received_by_Name with RDO
Mon, 3 Mar 2008 08:41:16 -0800 (PST)
I have this scripts that I can use to READ the PR_Received_by_Name of
an email message in a PST file.
I need to change this. What is the change command?
set Session = CreateObject("Redemption.RDOSession")
Session.LogonPstStore("G:\pst\AGassman-Fixed.pst")
set Folder = Session.GetDefaultFolder(6)
for each ...
|