| PartialMailJoinerAdd Method |
Namespace:
Limilabs.Mail.Tools
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool Add(
IMail email
)
Public Function Add (
email As IMail
) As Boolean
public:
bool Add(
IMail^ email
)
member Add :
email : IMail -> bool
Parameters
- email
- Type: Limilabs.MailIMail
Email representing partial message.
Return Value
Type:
BooleanTrue if all parts where added and messages can be joined using
Join method, false otherwise.
See Also