The Exchange web service connection parameters.
Namespace:
Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:
Scanjour.Workflow4.ActivityLibrary_21.2.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.2.0.0.dll) Version: 21.2.0.0 (21.2.0.0)
public InOutArgument<List<IExchangeAuthInfo>> Connections { get; set; }
Public Property Connections As InOutArgument(Of List(Of IExchangeAuthInfo))
Get
Set
public:
property InOutArgument<List<IExchangeAuthInfo^>^>^ Connections {
InOutArgument<List<IExchangeAuthInfo^>^>^ get ();
void set (InOutArgument<List<IExchangeAuthInfo^>^>^ value);
}
member Connections : InOutArgument<List<IExchangeAuthInfo>> with get, set
Property Value
Type:
InOutArgumentListIExchangeAuthInfo
Reference