Skip to end of banner
Go to start of banner

getIncomingEmail

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Availability

This routine is available since JJUPIN 4.0.0

Syntax

getIncomingEmail()

Description

Retrieves a structure containing information about the incoming email, such as sender, recipients, subject or body.

Return value

IncomingEmail value containing email data.

Example

IncomingEmail email = getIncomingEmail();
if(email.from != "jira-support@kepler-rominfo.com") {
	// create issue
}


See also

  • No labels