Question about appointment

Hi,

I am trying to write a sample meeting request with the following code, however, i found that if the request is sent to GMail user, the meeting request will become a attachment “meeting.ics”. But it get no problem if send to hotmail or other exchange mail server and it can show the request with “accept/decline/etc” option.

Is it means that gmail is not supported for appointment object?
i am using the Aspose.Network.Mail 5.9.0. Thanks


Dim client As Aspose.Network.Mail.SmtpClient = New Aspose.Network.Mail.SmtpClient(sSMTP)
Dim msg As Aspose.Network.Mail.MailMessage = New Aspose.Network.Mail.MailMessage()

msg.From = "aaa@bbb.com"
msg.To = "xxx@gmail.com;yyy@hotmail.com"
msg.Subject = sSubject

Dim app As Aspose.Network.Mail.Appointment = New Aspose.Network.Mail.Appointment(“Server Room”, “Monthly Meeting”, “Please confirm your availability.”, New DateTime(2006, 7, 17, 13, 0, 0), New DateTime(2006, 7, 17, 14, 0, 0), msg.From, msg.To)
msg.AddAlternateView(app.RequestApointment)
client.Send(msg)

Hi,


Thank you for inquiry.

I am sorry I could not reproduce this problem with Aspose.Network 5.9. I tried: to send meeting request from Exchange SMTP to Gmail and hotmail addresses.

Hi,


I have reproduced the issue and logged it in our bug tracking system (ID: 22465). We will inform you when it gets fixed. Sorry for the inconvenience.