procedure TForm1.Button1Click(Sender: TObject); var lpRecip: TMapiRecipDesc; intRecips: ULONG; lpRecips: PMapiRecipDesc; i: Integer; intMAPISession : Integer; begin intMAPISession := 0; if (MAPIAddress(intMAPISession, 0, 'Select the recipients', 4, '', 0, lpRecip, 0, 0, @intRecips, lpRecips) = SUCCESS_SUCCESS) then begin for i := 0 to intRecips-1 do listbox1.Items.Add(PMapiRecipDesc(PChar(lpRecips) + i*SizeOf(TMapiRecipDesc))^.lpszAddress); MAPIFreeBuffer(lpRecips) end; end;
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.