IssueSenderSend Method |
Name | Description | |
---|---|---|
![]() | Send(DateTime) | Obsolete.
Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.
|
![]() | Send(String) | Obsolete.
Sends issue to e-mail addresses delimited by semicolon.
|
![]() | Send(SubscriberInfo) | Obsolete.
Sends e-mail based on the issue to the specified subscriber.
|
![]() | Send(IssueInfo, SubscriberInfo) |
Sends e-mail based on the issue to the specified subscriber.
|
![]() | Send(IssueInfo, DateTime) |
Sends issue at given time (creates scheduled task, QueueSender) to all subscribers.
|
![]() | Send(IssueInfo, String) |
Sends issue to e-mail addresses delimited by semicolon.
|