MAPISend

Send messages via any MAPI compliant email system
Download

MAPISend Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Lexacorp Ltd
  • Operating Systems:
  • Windows All
  • File Size:
  • 11 KB

MAPISend Tags


MAPISend Description

The MAPISend application was designed to be a small command line utility to send messages (and attachments) via any MAPI compliant email system (such as Pegasus Mail). You can use it in batch files or macros/modules in other programs to automate emailing documents. If you run MAPISend without any parameters, it will display a simple help screen. One use for MAPISend is to email MS Word documents easily (which you normally can't do unless you use MS Outlook.) To do this, just put put this Macro in your Normal.dot template file and create a menu item or toolbar button to invoke the macro: Public Sub send_document() Dim lngResult As Long If Documents.Count >= 1 Then If ActiveDocument.Saved = False Then ActiveDocument.Save End If lngResult = Shell("Mapisend /E /F " & ActiveDocument.Name) Else MsgBox "No documents are open" End If End Sub


MAPISend Related Software