exchange-server Questions
2
I've been using the Microsoft Graph API to access Exchange Online (Office365) In-Place Archives.
It's basically an authenticated GET HTTPS request against https://graph.microsoft.com/v1.0/users/[e...
Novara asked 24/4, 2020 at 14:14
8
i have a mail account on the Exchange Online service. Now i'm trying to test if i am able to send mails to customers ( on varoius domains and on Microsoft Office 365) through c# application
I trie...
Sharecropper asked 9/4, 2013 at 10:13
2
Solved
I'm working on a simple benchmark script that requires information provided by https://outlook.office365.com/autodiscover/autodiscover.xml. I am using basic authentication with my outlook.com email...
Usm asked 27/5, 2020 at 8:29
1
How do I connect with Exchange server with Go? I have tried:
func main() {
to := "[email protected]"
from := "[email protected]"
password := "myKey"
subject := "Subject Here"
msg := "Me...
Delano asked 17/2, 2017 at 19:16
5
Solved
I need to send an email to an Exchange distribution list called "DL-IT" using c#.
Does anyone know how to achieve this?
Presley asked 27/5, 2009 at 14:49
4
How to retrieve all items from "public folders" and its "sub-folders" in exchange server2010 uisng managed API???
rootfolder = Folder.Bind(service,WellKnownFolderName.PublicFoldersRoot);
rootfolde...
Januaryjanuisz asked 14/12, 2012 at 11:17
2
Solved
I'm trying to implement a remote runspace that needs both connectionInfo to talk to Exchange and an imported module to talk to active directory. Here is problem code:
runspace = System.Management....
Chose asked 7/1, 2014 at 18:17
6
I'm trying to write powershell script which hides user from exchange lists.
I was able to find following command:
Set-Mailbox -Identity [user id here] -HiddenFromAddressListsEnabled $true
And it ...
Palmation asked 1/11, 2011 at 23:36
2
I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars.
Outlook seems to have a setting (see the screenshot below) where it accepts a par...
En asked 15/12, 2015 at 12:54
3
I need to connect to a Microsoft Exchange Server through IMAPS JavaMail. First, I got the:
A1 NO AUTHENTICATE failed.
javax.mail.AuthenticationFailedException: AUTHENTICATE failed.
exception in...
Sophistic asked 19/11, 2013 at 8:41
9
Solved
I'm writing a CMS application in PHP and one of the requirements is that it must be able to interface with the customer's Exchange server. I've written up this functionality a few times before and ...
Hoplite asked 3/8, 2008 at 0:3
1
has anyone successfully interacted with a microsoft exchange server in SAS 9.1.3 or 9.2? i know it can be done with SAS Ent. Guide 4.x, but i'm not interested in that route if regular SAS can do it...
Lapidify asked 8/12, 2009 at 21:3
4
When using rooms and equipments, Exchange (in Office 365, but in other versions as well) uses a number of options to handle requests for those resources in events.
By default, Exchange will for ins...
Foretoken asked 10/9, 2018 at 21:39
1
Solved
I am drafting email in custom folder.
EmailMessage msg= new EmailMessage(service);
msg.setSubject("Hello world!");
msg.setBody(MessageBody.getMessageBodyFromText("Draft email using the EWS Java AP...
Khanate asked 24/7, 2018 at 14:28
1
Is anyone familiar with an Exchange ActiveSync library or open source client for python? I've done preliminary searching with little to no success. I've seen some examples for C#, but I figured I'd...
Warga asked 22/9, 2012 at 19:43
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 ...
Leaving asked 1/6, 2018 at 10:57
1
We are writing an MS Outlook plugin. To satisfy our business-logic, it should check all appointments between some dates. We are experiencing several problems with retrieving all items from calendar...
Veranda asked 28/8, 2012 at 16:51
2
Solved
I'm trying to export a list of all users with no photo from our Exchange Online account using powershell. I cannot get it to work and have tried various methods.
Get-UserPhoto returns this except...
Cingulum asked 11/5, 2018 at 19:11
7
Solved
I have a script which creates users in Microsoft Exchange Server and Active Directory. So, though it's commmon that user's names have accents or ñ in Spain, I want to avoid them for the username to...
Treadwell asked 20/10, 2011 at 13:30
1
Solved
I have a web application that calls the EWS Managed API to connect to office365.
I've followed the Get started with EWS Managed API 2.0 client applications documentation on MSDN.
In the web.confi...
Amulet asked 8/3, 2018 at 9:18
2
Solved
I want implement a confirmation dialog for sending email read receipts in my application. The application uses IMAP to communicate with the mail server, which is currently restricted to a Microsoft...
Antoniettaantonin asked 19/5, 2014 at 12:23
3
I am working on a personal project in Java which involves sending sensitive data over an insecure channel. I need to know how to implement Diffie Hellman Key Exchange (DHKE) in java using its libra...
Giant asked 12/1, 2014 at 23:35
4
Sending mail results in error "Relay access denied".
It throws "Relay access denied", whenever I tried to send mail to "other_domain" from "outside_network".
It works just fine for "myown_domain"...
Rapallo asked 26/6, 2013 at 22:44
1
When working with pull subscriptions to Office365 calendar folders, I've been getting a lot of ErrorReadEventsFailed messages in the SendNotification request. This error essentially means that the ...
Lustreware asked 20/7, 2015 at 22:0
1
Solved
I have a problem with using exchangelib in python. I try this example code:
from exchangelib import DELEGATE, Account, Credentials
creds = Credentials(
username='xxxx\\username',
password="myp...
Hebetate asked 2/10, 2017 at 11:59
© 2022 - 2024 — McMap. All rights reserved.