Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. +---------------+----------------------------------------------+
  2. | Member Name | Description |
  3. +---------------+----------------------------------------------+
  4. | Delay | Notify if the delivery is delayed. |
  5. +---------------+----------------------------------------------+
  6. | Never | A notification should not be generated |
  7. | | under any circumstances. |
  8. +---------------+----------------------------------------------+
  9. | None | No notification information will be sent. |
  10. | | The mail server will utilize its |
  11. | | configured behavior to determine whether |
  12. | | it should generate a delivery notification. |
  13. +---------------+----------------------------------------------+
  14. | OnFailure | Notify if the delivery is unsuccessful. |
  15. +---------------+----------------------------------------------+
  16. | OnSuccess | Notify if the delivery is successful |
  17. +---------------+----------------------------------------------+
  18.  
  19. Msg.DeliveryNotificationOptions += DeliveryNotificationOptions.Delay;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement