Skip to content

Instantly share code, notes, and snippets.

@40
Created April 5, 2013 18:18
Show Gist options
  • Select an option

  • Save 40/5321440 to your computer and use it in GitHub Desktop.

Select an option

Save 40/5321440 to your computer and use it in GitHub Desktop.
send email bb10 cascades qml
InvokeActionItem {
title: qsTr("Email")
query {
invokeTargetId: "sys.pim.uib.email.hybridcomposer"
invokeActionId: "bb.action.SENDEMAIL"
uri: "mailto:[email protected]?subject=Hey!&body=w00tw00t"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment