Click or drag to resize

Itememail Method

Send e-mail to the specified identity. In order to do so, the method sends a special request to the Innovator server.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public bool email(
	Item emailItem,
	Item identityItem
)

Parameters

emailItem
Type: Aras.IOMItem
Item of type "EMail Message"
identityItem
Type: Aras.IOMItem
Item of type "Identity"

Return Value

Type: Boolean
'true' if mail was successfully sent, 'false' otherwise
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also