GetMailTipsOptions.GetMailTipsOptions

GetMailTipsOptions constructor

Initializes a new instance of the GetMailTipsOptions class

public GetMailTipsOptions(MailAddress sendingAs, MailAddressCollection recipients, 
    MailTipsType mailTipsRequested)
ParameterTypeDescription
sendingAsMailAddressSpecifies an e-mail address that a user is trying to send as.
recipientsMailAddressCollectionSpecifies a list of recipients to check for mail tips.
mailTipsRequestedMailTipsTypeSpecifies the types of mail tips requested from the service.

See Also