a!safeLink close window automatically

Iam using safeLink to open up a outlook draft email. The below code works fine but along with the draft email it also opens a IE pop up window.

a!richTextDisplayField(
value : a!richTextItem(
text: {
"For any questions please email ",
a!richTextItem(
text: "Team.",
style : "UNDERLINE",
link: a!safeLink(
uri: "mailto:xyz@company.com?subject=Question&body=Content"
)
)
}
)
)

Any suggestions to avoid or to close the window automatically ?          

OriginalPostID-179573

OriginalPostID-179573

  Discussion posts and replies are publicly visible