AttendeeInfo class 
 
    
  
Represents information about an attendee for which to request availability information.
    
    
  
    
  
    Properties
    
        - 
  AttendeeType
  ↔ MeetingAttendeeType
  
- 
  
Gets or sets the type of this attendee.
  getter/setter pair 
- 
  ExcludeConflicts
  ↔ bool?
  
- 
  
Gets or sets a value indicating whether times when this attendee is not available should be returned.
  getter/setter pair 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  SmtpAddress
  ↔ String?
  
- 
  
Gets or sets the SMTP address of this attendee.
  getter/setter pair 
 
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  Validate()
    → void
  
  
- 
  
Validates this instance.
  override 
- 
  WriteToXml(EwsServiceXmlWriter writer)
    → void
  
  
- 
  
Defines an implicit conversion between a String representing an SMTP address and AttendeeInfo.