[EMAIL PROTECTED] wrote:
> On Oct 16, 5:22 pm, Miki <[EMAIL PROTECTED]> wrote:
>>> Can some one help me in obtaining the set of recipients email
>>> addresses from an outlook mail? I tried various options like ...
>> message["To"]
>> message["Cc"]
>>
>> HTH,
>> --
>> Mikihttp://pythonwise.b
On Oct 16, 5:22 pm, Miki <[EMAIL PROTECTED]> wrote:
> > Can some one help me in obtaining the set of recipients email
> > addresses from an outlook mail? I tried various options like ...
>
> message["To"]
> message["Cc"]
>
> HTH,
> --
> Mikihttp://pythonwise.blogspot.com
Thanks for your re
> Can some one help me in obtaining the set of recipients email
> addresses from an outlook mail? I tried various options like ...
message["To"]
message["Cc"]
HTH,
--
Miki
http://pythonwise.blogspot.com
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
Can some one help me in obtaining the set of recipients email
addresses from an outlook mail? I tried various options like
message.Recipient.Address
message.To.Address
message.Receiver.Address etc.. but I could get the senders address
using message.Sender.Address.
Thanks