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