Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : TIdAttachment.ContentDisposition?
| Subject: | TIdAttachment.ContentDisposition? |
| Posted by: | "Danijel B." (da..@twc.de) |
| Date: | Fri, 8 Apr 2005 13:19:25 |
Hello,
in Indy9 Documentation there is "TIdAttachment.ContentDisposition" but
in actual DevSnapshot of Indy9 can't access this property?
code:
--------------------------------------------------------------------
if FMailMessage.MessageParts.Count > 0 then
begin
for i:= 0 to Pred(FMailMessage.MessageParts.Count) do
begin
if (FMailMessage.MessageParts.Items[i] is TIdAttachment) then
begin
FMailMessage.MessageParts.Items[i].ContentDisposition ???
...
--------------------------------------------------------------------
Where to find this property?
What i'm doing wrong?
Thanks
Danijel