示例#1
0
 private static void AttachmentButton_Click(object sender, RoutedEventArgs e)
 {
     Process.Start("explorer.exe", currentMailItem.GetAttachmentPath());
 }