book_util_foreach_address


Description:


[ Version ( since = "3.44" ) ]
public void book_util_foreach_address (string email_address, HRFunc func)

Parses the email_address and calls func for each found address.

The first parameter of the func is the name, the second parameter of the func is the email, the third parameters of the func is the user_data. The func returns true, to continue processing.

Parameters:

email_address

one or more email addresses as string

func

a function to call for each email user_data (closure func): user data passed to func


Namespace: E