Using Parametertype GPEncryptedString for MS Exchange

684
2
Jump to solution
02-05-2018 09:10 AM
LotharUlferts
New Contributor III

In my tool the user has to connect to a MS Exchange-Server. The value method of the GPEncryptedString-object doesn't return the password in plain text (I'm highly appreciate for this fact...). But how do I pass through the password to my function?

Thanks!

Lothar

0 Kudos
1 Solution

Accepted Solutions
Luke_Pinner
MVP Regular Contributor

Suggest you look at GPStringHidden instead. The GPEncryptedString is only for Esri tools that can decrypt the string, such as the database connection tools. 

View solution in original post

2 Replies
Luke_Pinner
MVP Regular Contributor

Suggest you look at GPStringHidden instead. The GPEncryptedString is only for Esri tools that can decrypt the string, such as the database connection tools. 

LotharUlferts
New Contributor III

that's it

Thanks!

0 Kudos