Sample code for 30+ languages & platforms
Delphi DLL

Outlook -- Create Reply Email, Update, and Send

See more Outlook Examples

Creates a reply email in the Drafts folder, updates the reply with information, and then sends the reply.

Note: This example requires Chilkat v9.5.0.68 or greater.

This example applies to: Exchange Online | Office 365 | Hotmail.com | Live.com | MSN.com | Outlook.com | Passport.com

Chilkat Delphi DLL Downloads

Delphi DLL
uses
    Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
    Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;

...

procedure TForm1.Button1Click(Sender: TObject);
var

begin
// To request a Microsoft Graph example for Outlook messages and mail folders, please
// send email to Matt (support@chilkatsoft.com).

// Please only send requests for things not already covered by the existing examples.


end;