Uses of Class
com.aspose.network.MailAddress

Uses of MailAddress in com.aspose.network
 

Methods in com.aspose.network that return MailAddress
 MailAddress MailAddress.get(int i)
           
 MailAddress MailMessage.getFrom()
           Gets or sets the from address
 MailAddress Calendar.getOrganizer()
          Deprecated.  Gets or sets the organizer.
 MailAddress Appointment.getOrganizer()
           Gets or sets the organizer.
 MailAddress MailMessage.getReplyTo()
          Deprecated. 
 MailAddress MailMessage.getSender()
           Get or sets sender address
static MailAddress MailAddress.toMailAddress(MailAddressCollection addresses)
           
static MailAddress MailAddress.toMailAddress(String address)
           
 

Methods in com.aspose.network with parameters of type MailAddress
 void MailAddress.add(MailAddress address)
          Deprecated. 
 void MailAddressCollection.addMailAddress(MailAddress address)
           
 void MailMessage.setFrom(MailAddress value)
           
 void Calendar.setOrganizer(MailAddress value)
          Deprecated.  
 void Appointment.setOrganizer(MailAddress value)
           
 void MailMessage.setReplyTo(MailAddress value)
          Deprecated. 
 void MailMessage.setSender(MailAddress value)
           
static MailAddressCollection MailAddressCollection.toMailAddressCollection(MailAddress address)
           
 

Constructors in com.aspose.network with parameters of type MailAddress
Appointment(String location, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees)
           
Appointment(String location, String summary, String description, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees)
           
Appointment(String location, String summary, String description, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees, CalendarRecurrencePattern recurrencePattern)
           
Calendar(String location, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees)
          Deprecated.  
Calendar(String location, String summary, String description, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees)
          Deprecated.  
Calendar(String location, String summary, String description, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees, CalendarRecurrencePattern recurrencePattern)
          Deprecated.  
MailMessage(MailAddress from, MailAddress to)
           Constructor
 



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.