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 |
Return Value
'true' if mail was successfully sent, 'false' otherwise
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
See Also