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.9.36244
Syntaxpublic bool email(
Item emailItem,
Item identityItem
)
Public Function email (
emailItem As Item,
identityItem As Item
) As Boolean
public boolean email(
Item emailItem,
Item identityItem
)
public function email(
emailItem : Item,
identityItem : Item
) : boolean
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
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also