MAPISend Crack + Serial Key Updated

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.

MAPISend

Download MAPISend Crack

Software developer
Grade 3.5
1078 3.5
Downloads count 14654
File size < 1 MB
Systems Windows All

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