Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

NullPointerException while creating an appointment on windows server 2003

$
0
0
Hi,

This code generates NullPointerException on Widnows Server 2003. Can you suggest any alternate?

 

Appointment app = new Appointment("Appointment Location", "Appointment Summary", "Appointment Description",

             startDate, endDate,

             new MailAddress("organizer_address@aspose.com", "Organizer"), attendees);

 

app.save("app.ics");

Viewing all articles
Browse latest Browse all 1367

Trending Articles