Ricoh.NET icon indicating copy to clipboard operation
Ricoh.NET copied to clipboard

Address Book RemoteFolder option

Open Valdun opened this issue 6 years ago • 0 comments

Hello,

I'm trying to integrate your DLL to my powershell code, I made the connection and I can create a use, but I need to define the SMB remote Folder Path (without auth), which is "remoteFolder:path=".

I saw the overloaded method in your DLL for the part

public uint AddUser(string name, string userCode, string displayName, string emailAddress = null, Action<AddressBookEntry> options = null)
   {
   }

But I don't find how to add option args for the last arg in the fonction : Action<AddressBookEntry> options = null

Could help me with ?

Thks in advance for your support

And thanks for this great job #

Valdun avatar Apr 18 '19 08:04 Valdun