C# Class MeetingManager.ViewModels.EmailPageViewModel

Inheritance: BaseViewModel
Exibir arquivo Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Public Methods

Method Description
EmailPageViewModel ( ) : MeetingManager.Models

Protected Methods

Method Description
OnNavigatedTo ( object parameter ) : void
OnNavigatingFrom ( ) : void

Private Methods

Method Description
AddRecipient ( Message recipient ) : void
ContactSelected ( Contact contact ) : void
DeleteRecipient ( Message recipient ) : void
SendMail ( ) : void
SetTitle ( string action ) : void
UserSelected ( User user ) : void

Method Details

EmailPageViewModel() public method

public EmailPageViewModel ( ) : MeetingManager.Models
return MeetingManager.Models

OnNavigatedTo() protected method

protected OnNavigatedTo ( object parameter ) : void
parameter object
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( ) : void
return void