On Jul 16, 6:02*pm, Nadeem <nadeem_...@yahoo.com> wrote:
> Hello All,
>
> We are using Windows XP and developing desktop application using .net
> 3.5. and C#.
>
> We are generating an email with some application data using theoutlookapi.. We are adding voting option to the email and want to
> assing a DL (distributionlist) to the Voting.Response.
>
> As long as i'm passing the user email id its working fine but when I
> add a DL ( *e.g # Our Brokers with semicolor added *etc )
>
> _mailMessage.VotingOptions = "Yes,No";
> _mailMessage.VotingResponse = "# Our Brokers";
>
> When the email is received by the user ( mail.Message.To =
> "n...@email.com") and when the user selects either voting option and
> selects Editresponse, the "To" box in email does not show ""# Our
> Brokers".It fails to resolve the DL.
>
> How can we solve this problem? I even tried the alias of *the DL and
> its not working.
>
> Appreciate your help in this regard.
>
> Farooq
Any thoughts ...... ?
|