Get details of a Current Email Contact Method.

Syntax

finClientContactMethods.GetCurrentEmail([contactMethodId], [supportsHtml], [dateAsAt], [contactHome], [contactMobile], [contactWork], [includeInvalidEmailAddresses])

Parameters

NameTypeOptionalByRefDescription
contactMethodId String Optional The Contact Method Id to filter by.
supportsHtml Boolean Optional Does the Contact Method support HTML format. If omitted, a value of False is assumed.
dateAsAt Date Optional The Date at which the Contact Method is current. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
contactHome iseTriState Optional Indicates whether to only return Home Contact Methods. If omitted, a value of iseTriState.None is assumed.
contactMobile iseTriState Optional Indicates whether to only return Mobile Contact Methods. If omitted, a value of iseTriState.None is assumed.
contactWork iseTriState Optional Indicates whether to only return Work Contact Methods. If omitted, a value of iseTriState.None is assumed.
includeInvalidEmailAddresses Boolean Optional Indicates whether to include invalid Email Addresses (default=True to maintain backwards compatibility). If omitted, a value of True is assumed.

Return Value

finClientContactMethod

A finClientContactMethod value.

Member of:
finClientContactMethods
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0