Share via


SPExecutingConversionRequest.SendACopy property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the e-mail message to send when the conversion is completed contains a copy of the converted document, as requested by the call to the Convert method.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property SendACopy As Boolean
    Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As Boolean

value = instance.SendACopy
[ObsoleteAttribute("This member is obsolete.", false)]
public bool SendACopy { get; }

Property value

Type: System.Boolean
true if the e-mail message is sent when the conversion is completed; otherwise, false.

See also

Reference

SPExecutingConversionRequest class

SPExecutingConversionRequest members

Microsoft.SharePoint namespace