EmailSubject Property Example
This example sets the e-mail subject line of the first hyperlink on slide one in the active presentation.
ActivePresentation.Slides(1).Hyperlinks(1) _ .EmailSubject = "Quote Request"