exchange-server Questions
2
Solved
I'm starting with an address for an Exchange 2007 server:
[email protected]
And I attempted to send an autodiscover request, as documented at MSDN.
I attempted to use the generic autodisco...
Fortran asked 4/5, 2010 at 10:23
5
Solved
I'm trying to write a short program that will read in the contents of e-mails within a folder on my exchange/Outlook profile so I can manipulate the data. However I'm having a problem finding much ...
Faefaeces asked 22/2, 2011 at 11:42
3
Solved
I am trying to download historical price data of BTC/USD perpetual futures using binance's api for coin futures, specifically, I'd like to use this endpoint. However, I cannot find what 'symbol' I ...
Ozzy asked 18/9, 2020 at 22:10
5
Solved
I'm trying to execute a powershell script from PHP, but it does not seem to work.
The script 'newEvent.ps1' creates an event on the Exchange server.
$psPath = "powershell.exe";
$psDIR = "C:\\wamp...
Coleorhiza asked 15/3, 2011 at 20:1
5
Solved
I'm sending MailMessages with an SmtpClient (being delivered successfully) using an Exchange Server but would like my sent emails to go to the Sent Folder of the email address I'm sending them from...
Domoniquedomph asked 18/3, 2010 at 15:49
3
Solved
I'm new to using EWS (Exchange Web Service) and I'm looking for a simple example that demonstrates how to send an email with an attachment. I've searched for an example and I can't find any that ar...
Tadzhik asked 29/9, 2010 at 15:42
13
I am using Auto discover service Url for a specified e-mail address.
ExchangeService Service = new ExchangeService(ExchangeVersion.Exchange2010);
Service.Credentials = new WebCredentials("[email&#...
Guadalupeguadeloupe asked 25/2, 2013 at 10:56
10
We are testing the new Office 365 beta, and i have a mail account on the Exchange Online service. Now I'm trying to connect a LOB application that can send smtp emails from my test account.
Howeve...
Musclebound asked 5/6, 2011 at 17:50
2
I am sending e email using an SMTP error . I am getting Authentication unsuccessful. The username and password are correct. Am I doing something wrong.
public class Office365TextMsgSend {
Propert...
Hughey asked 2/2, 2022 at 11:34
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
0
I'm using Java 1.8, Jakarta email (version 2.1.0) to connect to Microsoft 365 using OAuth for authentication with SMTP. Client has required to use Oauth authenticate, not basic smtp authentificatio...
Kimberleekimberley asked 13/10, 2022 at 13:3
2
Solved
I am facing an authentication failure issue while trying to connect for both IMAP protocols using the Client Credential Grant flow for OAuth2.0.
Where, I have been following the steps suggested by ...
Diella asked 19/7, 2022 at 14:55
1
Solved
I have a daemon that reads the inbox of an email address and performs actions to the emails. I'm using MailKit to connect to the exchange server with IMAP but Microsoft has shut down basic authenti...
Silvie asked 14/7, 2022 at 17:47
6
I am trying to read mail from exchange server using IMAP protocol. I have implemented the code. But following exception occurs while executing the code.This exception occurs occasionally, I didn't ...
Splash asked 30/5, 2016 at 10:25
3
If certain users automate the Outlook Client to view bounce backs/ReportItems in a shared inbox, rather than returning the clear text of the message as indicated by the documentation there is a uni...
Narghile asked 13/3, 2015 at 19:20
2
Solved
We are looking at sticking some metadata into the X-Headers of email messages. These emails are for consumption by internal systems, and will be hosted on an Exchange server.
Is there a maximum si...
Gwendolin asked 27/4, 2010 at 13:32
6
Solved
I have a Windows Service written in C# that polls an Exchange server to process mails to an unattended email box.
It's been working fine, until today when it's throwing up the following error:-
E...
Matteroffact asked 26/9, 2018 at 14:22
3
Does anyone know of any good libraries for implementing the Exchange ActiveSync Protocol into a C# Application so that I can sync emails with the application to a server (such as m.google.com)?
Porterfield asked 31/12, 2011 at 14:24
4
Solved
We have several asp.net web apps that send emails, and the MailMessage object is configured with an SMTP server, username and password. The emails are sent with no problems.
In an SSIS package, I ...
Tammeratammi asked 26/4, 2017 at 14:25
2
Solved
When I run the following code in Exchange PowerShell on an Exchange server it shows all the properties:
PS> Get-Mailbox Testeria | select -ExpandProperty EmailAddresses
SmtpAddress : [email ...
Guimar asked 29/6, 2017 at 12:19
1
Our setup is an on-premise Exchange Server which is accessible over the graph api. https://learn.microsoft.com/en-us/graph/hybrid-rest-support
We run in the issue, that our token is only "par...
Agave asked 19/11, 2020 at 12:13
3
Solved
I have a for loop which calls some code sending emails. I get the following run-time error:
Service not available, closing transmission channel. The server
response was: 4.4.2 Message submissio...
Bangweulu asked 27/1, 2012 at 13:18
9
I'm trying to use Exchange authentication from my app using JavaMail to do this. Could some one give me a guide to do this?
After authentication I need to send mails that's the main reason that I'm...
Calculator asked 11/11, 2009 at 4:57
5
Solved
I am working on a C# application and need to retrieve the email address of the current user. The user is part of a typical Windows office network. I am looking for a way to get this informati...
Androsterone asked 9/9, 2011 at 4:21
2
Solved
I am using EWS Java API 1.1.5. I am trying to get the email sender as follows:
ItemView view = new ItemView(10);
FindItemsResults<Item> findResults = service.findItems(
WellKnownFolderName....
Marguerita asked 5/11, 2012 at 11:49
1 Next >
© 2022 - 2024 — McMap. All rights reserved.