Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if pAnexo.Count > 0 then
  2. begin
  3. for i := 0 to pAnexo.Count - 1 do
  4. begin
  5. vIdAttachmentFile.Create(vIdMessage.MessageParts, pAnexo.Strings[i]);
  6. end;
  7. end;
  8.  
  9. vIdAttachmentFile.Create(vIdMessage.MessageParts, pAnexo[i]);
  10.  
  11. vIdMessage.ContentType := 'multipart/mixed';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement