EmailFolderAddByUid Method Ipswitch.Messaging.Framework
Add a message.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public override uint AddByUid(
	Email message
)

Parameters

message
Type: Ipswitch.Messaging.Framework.MailEmail
The message to add

Return Value

Type: UInt32
The message's uidl
Exceptions

ExceptionCondition
FolderAccessExceptionThrown when adding items to the folder is not allowed.
See Also

Reference