Whether or not to includes the attachment in the email message.

Namespace: DotNetNuke.Services.Social.Messaging.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
bool IncludeAttachments(
	int portalId
)
Visual Basic
Function IncludeAttachments ( 
	portalId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
The portal identifier.

Return Value

returnsM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.IncludeAttachments(System.Int32)

See Also