Waf.InformationManager.EmailClient.Modules.Applications.Controllers.EmailFolderController.CanDeleteEmail C# (CSharp) Method

CanDeleteEmail() private method

private CanDeleteEmail ( ) : bool
return bool
        private bool CanDeleteEmail() { return EmailListViewModel.SelectedEmail != null; }