SPExecutingConversionRequest.SendACopy Property
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property SendACopy As Boolean
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As Boolean
value = instance.SendACopy
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