Class GetMailTipsOptions

GetMailTipsOptions class

Represents options for GetMailTips

public sealed class GetMailTipsOptions

Constructors

NameDescription
GetMailTipsOptions(MailAddress, MailAddressCollection, MailTipsType)Initializes a new instance of the GetMailTipsOptions class

Properties

NameDescription
MailTipsRequested { get; set; }Gets or sets the types of mail tips requested from the service.
Recipients { get; set; }Gets or sets a list of recipients to check for mail tips.
SendingAs { get; set; }Gets or sets an e-mail address that a user is trying to send as.

See Also