0
votes
1answer
34 views
python and sll/Exchange 2007: No suitable authentication method found
I'm trying to send emails from a python script with smtplib, and it works with no problems with smtp through Exchange 2003, but with Exchange 2007 shows:
SMTPException: No suitable authentication …
0
votes
0answers
11 views
Create a second calendar for users in Exchange 2007
I need to programmatically create a second calendar for all our users in Exchange 2007. Can someone suggest the best way to get this done?
1
vote
2answers
60 views
Editing an SMTP header with an Exchange 2007 Transport Agent
I'm currently writing an Exchange 2007 Transport Agent to replace some headers in all outgoing mails from a particular sender. I managed to replace the 'From' smtp header successfully, but rewriting …
0
votes
1answer
88 views
Get e-mail Contacts from exchange 2007 in C#
Is anybody know how to pull contact list from Microsoft Exchange 2007 using c#?
0
votes
1answer
100 views
Receive email from an Exchange server in Biztalk w/o using POP3 or IMAP
I know Biztalk has a POP3 adapter for receiving/processing email, but our network group has disabled both POP3 and IMAP access to our Exchange servers. Since I'm not able to connect using those …
0
votes
0answers
52 views
Get Appointment Body from a Room Resource Calendar
According to this article, using a combination of FindItem and GetItem it should be possible to retrieve the notes section from an appointment.
This seems to work fine for a USER mailbox but fails …
0
votes
1answer
263 views
WebDav And Exchange2007 HTTP1.1 404 Ressource not Found!
i have Exchange2007. and
i am using the url:
"https://exchange2007.exchange.server.com/Exchange/username/calendar";
'calendar', or 'mailbox'( in your language! example, "boite de reception" in …
0
votes
1answer
408 views
Problem with JavaMail and Exchange Server 2007 - BAD Command Argument
Hi,
In the application I'm working on, there is a function that connects with a mail server via IMAP using JavaMail. One of our clients had the following stack trace:
javax.mail.MessagingException: …
0
votes
0answers
50 views
Sending e-mail from generic accounts Exchange 2007
I have generic email accounts, which I want several AD users to monitor, such as enquiries@xyz.com and support@xyz.com. They need to be able to use the from field or global address list within their …
0
votes
1answer
175 views
Email automatically deleted after few minutes in Outlook [closed]
Hi all,
I have a user here, our CEO, that can't keep his incoming email more than 3-4 minutes in his inbox. He is able to get the email, we see the popup confirming the email has been received but …
0
votes
1answer
18 views
Exchange 2007
I need to access an user mbx file and automatically print out different attachments. I have done this in Outlook with some vba programming, by creating a rule that prints them on the default printer.
…
0
votes
2answers
218 views
Exchange 2007 Not Allowing Mail To Be Sent From Console App
I am trying to send email using Exchange 2007 from a console app using the following code and I get this error message in the exception that gets thrown on the Send call.
The SMTP server requires …
0
votes
1answer
143 views
Sharepoint deployment with Exchange 2007
I am planning to deploy a single-server Exchange 2007 configuration and I'd like to also start using Sharepoint for collaboration - what would the recommended deployment scenario be to accomplish this …
0
votes
2answers
34 views
Is there an automated procedure to upload mails from Outlook/Outlook Express to Exchange 2007?
I'm moving an organization from pop3 accounts to Microsoft Exchange 2007, and I have to upload all the users mails (which are in, mostly, Outlook Express and a few Outlook) to their Exchange accounts. …
1
vote
2answers
132 views
Cannot access a disposed object error on external class library call
Hi,
I have a Windows Forms app that provisions user accounts in Exchange using Powershell and Exchange2007 cmdlets. There is only one form to this application that takes the information for the new …
