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: 11.0.0.6296

Syntax

C#
public bool email(
	Item emailItem,
	Item identityItem
)
Visual Basic (Declaration)
Public Function email ( _
	emailItem As Item, _
	identityItem As Item _
) As Boolean
J#
public boolean email(
	Item emailItem,
	Item identityItem
)
JScript
public function email(
	emailItem : Item, 
	identityItem : Item
) : boolean

Parameters

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

Return Value

'true' if mail was successfully sent, 'false' otherwise

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.

See Also