The Exchange web service connection parameters.
Namespace:
Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:
Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
public InOutArgument<ExchangeConnection> Connection { get; set; }
Public Property Connection As InOutArgument(Of ExchangeConnection)
Get
Set
public:
property InOutArgument<ExchangeConnection^>^ Connection {
InOutArgument<ExchangeConnection^>^ get ();
void set (InOutArgument<ExchangeConnection^>^ value);
}
member Connection : InOutArgument<ExchangeConnection> with get, set
Property Value
Type:
InOutArgumentExchangeConnection
Reference