AddressMasqueradingListFindMatch Method (EmailAddress)Ipswitch.Messaging.Framework
Checks to see if the from address specified matches one of the matching entries

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public AddressMasqueradingEntry FindMatch(
	EmailAddress FromAddress
)

Parameters

FromAddress
Type: EmailAddress

[Missing <param name="FromAddress"/> documentation for "M:IMailAPI_NET.AddressMasqueradingList.FindMatch(Ipswitch.Messaging.Framework.Mail.EmailAddress)"]

Return Value

Type: AddressMasqueradingEntry
null if no match if found, otherwise the matching entry is returned.
See Also

Reference