SPMobileMailToSpecificField.CreateControlForView Method
Creates the child Link control to render the link on a list view page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateControlForView As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlForView()
protected override MobileControl CreateControlForView()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A MobileControl that renders the link on a list view page.
Remarks
If the e-mail address is not of a valid form, it is rendered as a link.
See Also
Reference
SPMobileMailToSpecificField Class