exchange-server-2010 Questions

3

I'm trying to use the latest Exchange Web Services DLL, however when I search my hard drive I see many versions of Microsoft.Exchange.WebServices.DLL, the most recent being version 14.0.650.7 with ...
Loveless asked 1/5, 2012 at 17:44

6

This is my scenario: I have to read email from exchange 2010 sp2 accounts. I have to use Exchange Web Services, POP3 and IMAP are blocked. I have to test my app in an environment where people can a...
Heisel asked 13/7, 2012 at 19:39

1

Import-CSV "C:\users\Balbahagw\desktop\test1.csv" | Foreach-Object { $aduser = Get-ADUser -Filter { EmailAddress -eq $_.'EmailAddress' } if( $aduser ) { Write-Output "Adding user $($aduser.Sam...
Catamount asked 29/6, 2018 at 19:51

1

Hi I want to access the email of mailbox which is assign to me but it is not my primary mailbox in my Exchange Server. I was able to get details of the mailbox server which is assigned to me, but ...

1

I'm new to Powershell scripting and I'm working on a user management Powershell script, but I have run into a strange error. The following code works when I run it from the shell, but not when it...

4

Solved

So I have this very basic program that is trying to send an e-mail, but I keep getting Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sende...
Edris asked 22/8, 2012 at 20:44

4

Solved

I have the following code that creates a PowerShell runspace with the Exchange 2010 snap in loaded. Dim runspaceConfig = RunspaceConfiguration.Create() Dim snapInException As PSSnapInException = ...
Wristband asked 18/9, 2012 at 15:44

3

Solved

I am trying to write a simple mail sender class that would receive a bunch of arguments and using those will send an email out using our Exchange 2010 server. While authentication etc. seem to work...
Monochrome asked 6/9, 2012 at 19:2

1

I've got the following code: var startProp = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Meeting, "DTSTART", MapiPropertyType.String); var endProp = new ExtendedPropertyDefinition(De...
Agger asked 7/8, 2016 at 12:48

1

Solved

I want to view all the mails I have received on MS Exchange/OWA. Is there a way to do this using Python? I do see few solutions in C#/Java. But how may I do it in Python? A similar question is Co...
Massengale asked 22/4, 2016 at 12:56

4

I'm using PowerShell to return a report of Exchange mailbox statistics as a tab-delimited text file. I'm having trouble with the ItemsInFolder property of the Get-MailboxFolderStatistics cmdlet (fr...
Leanaleanard asked 28/1, 2014 at 14:52

1

Solved

I am collecting statistics about an Exchange environment and need to collect statistics about all the DNS domains in use. This is a long and intensive operation that can take a long time. I want ...

2

Solved

I'm using the Microsoft Exchange Web Services 1.1 SDK and using the streaming connection to subscribe to new mail notification. All works fine for receiving the notifications but I receive errors e...
Operon asked 6/5, 2011 at 13:8

1

Solved

I am using the Java EWS library to search for appointments in a user's calendar by iCalUid (example iCalUid I have: 040000008200E00074C5B7101A82E00800000000F66E2C0D59A9D001000000000000000010000000F...

1

Solved

I am trying to draw a graph of which Exchange User has which permissions on which Exchange mailboxes, coloring them according to the type of permission. As of now, I cannot find out all types of p...

3

Solved

I'm using Exchang Web Services 2010 to try and read all unread emails from a mailbox, then mark them as read. I'm basing off this example: http://msdn.microsoft.com/en-us/library/exchange/aa56337...
Illa asked 11/6, 2013 at 18:29

1

Solved

I am trying to upgrade an application that uses WebDAV against Exchange 2003 to return a responseXML, then it creates cases on SalesForce CRM (using web service wsdl) and puts the attachments from ...
Dachia asked 11/3, 2014 at 16:41

1

Solved

I am attempting to create an ASP.NET (.NET 3.5) website to connect to our Exchange 2010 server through Exchange Web Services, I am able to connect to EWS when I define the username, password and do...
Zenger asked 12/10, 2012 at 3:17

1

Solved

I have attempted this with not much success. Basically I need to login to Exchange using EWS remotely. The issue is I don't know if the user has logged in OK or if the credentials are wrong as I g...
Romaineromains asked 30/4, 2012 at 9:32

1

Solved

I am trying to update an existing appointment but EWS is throwing "Set action is invalid for property.". I reviewed all values set to the appointment object, but I am unable to figure out the actua...
Saprolite asked 2/4, 2012 at 16:59

1

Solved

I want to run a script when an email is received on my exchange server. I really don't have a great direction on how to implement this. I've written my script in VB and tested it on outlook. I inco...
Inigo asked 12/3, 2012 at 19:45

3

I've recently coded a .NET Console app using C#. It's purpose was to read the emails within a specific folder, parse them for specific values and save them to a database. Our email system, at the ...

2

Solved

This issue came to light as I was trying to send an HTML message with inline images (attachments) through EWS. However I have backed off to the simplest form and found that I cannot even send HTML ...
1

© 2022 - 2024 — McMap. All rights reserved.