We have two different classes of users, one who gets the mdaemon connector and active sync, and one that just gets activesync. I see that in the default new user template you can set that che...
Russ
Posts made by Russ
-
Apply licenses to user upon creation
-
Any way to retrieve all of the account details at once
@Keith Personett That worked. Thank you very much.
-
Any way to retrieve all of the account details at once
@Keith Personett I actually do use that to get the base list of users ids, then cycle through that to get the info for each user. Is there a way to get the info for all of the users at once?
-
Any way to retrieve all of the account details at once
Using the GetUserInfo function, but I've only been able to get one account worth of info at a time, which takes quite a bit of time when getting 200+ users. I've tried substituing <Mailbox...
-
Adding a picture to a contact via API
@Keith Personett Sorry for the delay.. I'm just getting back to this. I looked at the addrbook.mrk file, and it appears that I don't need to wrap it in the cdata tags in the xml, because it w...
-
Outlook 2021 with MDConnect 7.0.7 hanging up on start
We have been migrating users from Exchange to MDaemon over the last several weeks. We have had 5 users who's profiles have become corrupt after converting them, where upon starting Outlook wi...
-
Create User over API not use the Template
Are you including the mdaemon and api tags around that? For instance <mdaemon> <api> your stuff </api> </mdaemon>
-
Adding a picture to a contact via API
@Keith Thanks for the reply. Below is the response of my xml. It removed the picture that I had there, and did not populate it. I tried with both a test pic that I converted to ba...
-
Adding a picture to a contact via API
So this morning I was looking at the examples again and realized that the <picture> tag was in the result. When I changed the xml to pass <picture>$pic</picture> it did not ...
-
Adding a picture to a contact via API
Good afternoon. I am trying to add a user's picture to their contact via the API. There is no information in the Help_ItemOperation_RES.xml file for pictures, but I see the <PICTURE&...