[This is preliminary documentation and is subject to change.]
Gets the email file location
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public static bool GetEmailFileLocation( int emailId, int userId, out string fileLocation ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetEmailFileLocation ( _ emailId As Integer, _ userId As Integer, _ <OutAttribute> ByRef fileLocation As String _ ) As Boolean |
Visual C++ |
---|
public: static bool GetEmailFileLocation( int emailId, int userId, [OutAttribute] String^% fileLocation ) |
Parameters
- emailId
- Type: System..::.Int32
- userId
- Type: System..::.Int32
- fileLocation
- Type: System..::.String%