Ricoh.NET
Ricoh.NET copied to clipboard
Address Book RemoteFolder option
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 #