简体   繁体   中英

How to add user to exchange with using novell library

help me to write a function in c#.net core that add user to exchange using novell library or any library that could do it . the point is that I need run my code on linux.

I assume you're talking about on premises Exchange (not Exchange Online, or Office 365).

You can't do this from Linux unfortunately.

Exchange does have a web service , but it cannot be used to create mailboxes .

The only way to create mailboxes in Exchange is to use PowerShell commands. This isn't terribly easy either. I have automated mailbox creation in C#, and I had to call the PowerShell commands from C# (and it has a ton of weird quirks - it's awful). But that, of course, can only be done on Windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM