This function will begin by determining whether the address is in X500 or X400 format. Once this has been ascertained, the function will then determine the ID.
Note: The fields must follow the address type standards for the functions to operate them.
Parameter
address - The address of sender/recipient (String data type).
Return value
String value.
Examples
ExchGetID("/o=Jinfonet Software/ou=JREPORT /cn=Configuration/cn=Servers/cn=ESPRESSO/cn=Fredt") - Returns "Fredt".ExchGetID("c=US ;a= ;p=Jinfonet; o=apps-wga; dda:smtp=Jenny@jinfonet.com") - Returns "Jenny@jinfonet.com".ExchGetID("c=US; a= ;p=Jinfonet;o=apps-wga;dda:ms=com/jreport/Jenny") - Returns "com/jreport/Jenny".