_MSProject.CreateWebAccount Method

Definition

public bool CreateWebAccount (object ServerURL, object Name, Microsoft.Office.Interop.MSProject.PjAuthentication AuthenticationType = Microsoft.Office.Interop.MSProject.PjAuthentication.pjUserName, Microsoft.Office.Interop.MSProject.PjAccountType AccountType = Microsoft.Office.Interop.MSProject.PjAccountType.pjResourceAccount, object ShowDialog, object Email, object WindowsAccount);
abstract member CreateWebAccount : obj * obj * Microsoft.Office.Interop.MSProject.PjAuthentication * Microsoft.Office.Interop.MSProject.PjAccountType * obj * obj * obj -> bool
Public Function CreateWebAccount (Optional ServerURL As Object, Optional Name As Object, Optional AuthenticationType As PjAuthentication = Microsoft.Office.Interop.MSProject.PjAuthentication.pjUserName, Optional AccountType As PjAccountType = Microsoft.Office.Interop.MSProject.PjAccountType.pjResourceAccount, Optional ShowDialog As Object, Optional Email As Object, Optional WindowsAccount As Object) As Boolean

Parameters

ServerURL
Object
Name
Object
AuthenticationType
PjAuthentication
AccountType
PjAccountType
ShowDialog
Object
Email
Object
WindowsAccount
Object

Returns

Applies to