Retrieves a Contact with a given Email Address
[Visual Basic] Shared Public Function GetContactByEmail( _ ByVal String As String, _ ByVal Web As Web _ ) As Object [C#] public static object GetContactByEmail( string String, Web Web ); [C++] public: static Object* GetContactByEmail( String* String, Web* Web ); [JScript] public static function GetContactByEmail( String String, Web Web ): Object;
Nothing if Contact cannot be found
Only works on Contacts in Database Table Contacts. ContactShop has no unique Email Addresses
ContactStorageNode Class | ppm3dakClient.Contacts Namespace