Beispiel #1
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountCommunicationService.DataAccessResponseType> SendEmailToBulkAccountsAsync(string fromName, string fromEmail, string emailSubject, string emailMessage, bool isImportant, bool accountOwnersOnly, string columnName, string columnValue, string requesterId, PlatformAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendEmailToBulkAccountsAsync(fromName, fromEmail, emailSubject, emailMessage, isImportant, accountOwnersOnly, columnName, columnValue, requesterId, requesterType, sharedClientKey));
 }
Beispiel #2
0
 public PlatformAdminSite.AccountCommunicationService.DataAccessResponseType SendEmailToAccount(string accountId, string fromName, string fromEmail, string emailSubject, string emailMessage, bool isImportant, bool accountOwnersOnly, string requesterId, PlatformAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendEmailToAccount(accountId, fromName, fromEmail, emailSubject, emailMessage, isImportant, accountOwnersOnly, requesterId, requesterType, sharedClientKey));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountCommunicationService.DataAccessResponseType> SendEmailToUserAsync(string userId, string fromName, string fromEmail, string emailSubject, string emailMessage, bool isImportant, string requesterId, PlatformAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendEmailToUserAsync(userId, fromName, fromEmail, emailSubject, emailMessage, isImportant, requesterId, requesterType, sharedClientKey));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToBulkAccountsAsync(PlatformAdminSite.AccountCommunicationService.NotificationType notificationType, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string columnName, string columnValue, string requesterId, PlatformAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToBulkAccountsAsync(notificationType, notificationMessage, expirationMinutes, accountOwnersOnly, columnName, columnValue, requesterId, requesterType, sharedClientKey));
 }
Beispiel #5
0
 public PlatformAdminSite.AccountCommunicationService.DataAccessResponseType SendNotificationToAccount(PlatformAdminSite.AccountCommunicationService.NotificationType notificationType, string accountId, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string requesterId, PlatformAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToAccount(notificationType, accountId, notificationMessage, expirationMinutes, accountOwnersOnly, requesterId, requesterType, sharedClientKey));
 }
Beispiel #6
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToUserAsync(PlatformAdminSite.AccountCommunicationService.NotificationType notificationType, string userId, string notificationMessage, double expirationMinutes, string requesterId, PlatformAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToUserAsync(notificationType, userId, notificationMessage, expirationMinutes, requesterId, requesterType, sharedClientKey));
 }